Skip to content

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

BaseEntity.createdAt


id

id: string

Defined in: types/common.types.ts:167

Inherited from

BaseEntity.id


itemId

itemId: string

Defined in: types/sharing.types.ts:41


itemType

itemType: ShareableItemType

Defined in: types/sharing.types.ts:42


message?

optional message: 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

BaseEntity.updatedAt


userId

userId: string

Defined in: types/sharing.types.ts:40

DoCurious Platform Documentation