PostInput
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?
optionalimageUrl:string
Defined in: src/types/Post/type.ts:24
organizationId
organizationId:
string
Defined in: src/types/Post/type.ts:25
pinned?
optionalpinned:boolean
Defined in: src/types/Post/type.ts:26
text
text:
string
Defined in: src/types/Post/type.ts:27
title?
optionaltitle:string
Defined in: src/types/Post/type.ts:28
videoUrl?
optionalvideoUrl:string
Defined in: src/types/Post/type.ts:29