ICreatePostModalProps
Interface: ICreatePostModalProps
Defined in: src/types/Post/interface.ts:118
Properties
body?
optionalbody:string
Defined in: src/types/Post/interface.ts:122
id?
optionalid: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?
optionaltitle:string
Defined in: src/types/Post/interface.ts:121
type
type:
"create"|"edit"
Defined in: src/types/Post/interface.ts:126