Skip to main content

InterfacePostNode

Admin Docs


Interface: InterfacePostNode

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

Properties

caption

caption: string

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


createdAt

createdAt: string

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


creator?

optional creator: InterfacePostCreator

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


id

id: string

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


imageUrl?

optional imageUrl: string

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


pinned?

optional pinned: boolean

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


text?

optional text: string

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


videoUrl?

optional videoUrl: string

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