Appearance
DoCurious API Reference / types / SharedItem
Interface: SharedItem
Defined in: types/sharing.types.ts:39
Shared item record (persisted)
Extends
Properties
communityId
communityId:
string
Defined in: types/sharing.types.ts:43
createdAt
createdAt:
string
Defined in: types/common.types.ts:154
ISO 8601 datetime when the entity was created
Inherited from
id
id:
string
Defined in: types/common.types.ts:167
Inherited from
itemId
itemId:
string
Defined in: types/sharing.types.ts:41
itemType
itemType:
ShareableItemType
Defined in: types/sharing.types.ts:42
message?
optionalmessage:string
Defined in: types/sharing.types.ts:44
sharedAt
sharedAt:
string
Defined in: types/sharing.types.ts:45
updatedAt
updatedAt:
string
Defined in: types/common.types.ts:156
ISO 8601 datetime when the entity was last modified
Inherited from
userId
userId:
string
Defined in: types/sharing.types.ts:40