Skip to main content

InterfacePostNode

Admin Docs


Interface: InterfacePostNode

Defined in: src/types/Post/interface.ts:23

Properties​

caption​

caption: string

Defined in: src/types/Post/interface.ts:25


createdAt​

createdAt: string

Defined in: src/types/Post/interface.ts:31


creator?​

optional creator: InterfacePostCreator

Defined in: src/types/Post/interface.ts:29


id​

id: string

Defined in: src/types/Post/interface.ts:24


imageUrl?​

optional imageUrl: string

Defined in: src/types/Post/interface.ts:27


pinned?​

optional pinned: boolean

Defined in: src/types/Post/interface.ts:30


text?​

optional text: string

Defined in: src/types/Post/interface.ts:26


videoUrl?​

optional videoUrl: string

Defined in: src/types/Post/interface.ts:28