Skip to main content

ICreatePostModalProps

Admin Docs


Interface: ICreatePostModalProps

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

Properties​

body?​

optional body: string

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


id?​

optional id: string

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


onHide()​

onHide: () => void

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

Returns​

void


orgId​

orgId: string

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


refetch()​

refetch: () => Promise<unknown>

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

Returns​

Promise<unknown>


show​

show: boolean

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


title?​

optional title: string

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


type​

type: "create" | "edit"

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