Skip to content

Commit 5d590e3

Browse files
committed
adds internal model
1 parent fe365d7 commit 5d590e3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/models-library/src/models_library/projects.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,11 @@ class Project(BaseProjectModel):
186186
alias="folderId",
187187
)
188188

189+
trashed_at: datetime | None = Field(
190+
default=None,
191+
alias="trashedAt",
192+
)
193+
189194
class Config:
190195
description = "Document that stores metadata, pipeline and UI setup of a study"
191196
title = "osparc-simcore project"

0 commit comments

Comments
 (0)