beamable-sdk / contents/types / ContentBase
Interface: ContentBase<T>¶
Defined in: src/contents/types/ContentBase.ts:5
Base interface for content types. This interface defines the common structure for all content types in the system.
Type Parameters¶
T¶
T = unknown
Properties¶
createdAt?¶
optionalcreatedAt:string|bigint
Defined in: src/contents/types/ContentBase.ts:10
id¶
id:
string
Defined in: src/contents/types/ContentBase.ts:6
properties¶
properties:
T
Defined in: src/contents/types/ContentBase.ts:11
tags¶
tags:
string[]
Defined in: src/contents/types/ContentBase.ts:9
uri¶
uri:
string
Defined in: src/contents/types/ContentBase.ts:8
version¶
version:
string
Defined in: src/contents/types/ContentBase.ts:7