We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
deleted_at
1 parent 54fd8ab commit 89dcf72Copy full SHA for 89dcf72
src/entities/Collaboration.ts
@@ -42,4 +42,10 @@ export interface Collaboration {
42
*/
43
updated_at: Date;
44
45
+ /**
46
+ * The date/time at which this collaboration was deleted. If not deleted, this will be excluded and/or `undefined`.
47
+ * Note that deleted collaborations only appear in logs.
48
+ */
49
+ deleted_at?: Date;
50
+
51
}
0 commit comments