Skip to main content

PostInput

Admin Docs


Type Alias: PostInput

PostInput = object

Defined in: src/types/Post/type.ts:22

Properties

_id?

optional _id: string

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


imageUrl?

optional imageUrl: string

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


organizationId

organizationId: string

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


pinned?

optional pinned: boolean

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


text

text: string

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


title?

optional title: string

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


videoUrl?

optional videoUrl: string

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