ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
types/post
Post
Interface Post
interface
Post
{
id
:
string
;
companyId
?:
string
;
authorId
:
string
;
title
:
string
;
content
:
string
;
type
:
PostType
;
priority
:
PostPriority
;
isPinned
:
boolean
;
isPublic
:
boolean
;
publishedAt
?:
Date
;
createdAt
:
Date
;
updatedAt
:
Date
;
company
?:
{
id
:
string
;
name
:
string
;
logo
?:
string
}
;
author
:
{
id
:
string
;
name
:
string
;
email
:
string
;
avatar
?:
string
}
;
comments
:
PostComment
[]
;
likes
:
PostLike
[]
;
files
:
PostFile
[]
;
likesCount
:
number
;
commentsCount
:
number
;
isLiked
?:
boolean
;
}
Index
Properties
id
company
Id?
author
Id
title
content
type
priority
is
Pinned
is
Public
published
At?
created
At
updated
At
company?
author
comments
likes
files
likes
Count
comments
Count
is
Liked?
Properties
id
id
:
string
Optional
company
Id
companyId
?:
string
author
Id
authorId
:
string
title
title
:
string
content
content
:
string
type
type
:
PostType
priority
priority
:
PostPriority
is
Pinned
isPinned
:
boolean
is
Public
isPublic
:
boolean
Optional
published
At
publishedAt
?:
Date
created
At
createdAt
:
Date
updated
At
updatedAt
:
Date
Optional
company
company
?:
{
id
:
string
;
name
:
string
;
logo
?:
string
}
author
author
:
{
id
:
string
;
name
:
string
;
email
:
string
;
avatar
?:
string
}
comments
comments
:
PostComment
[]
likes
likes
:
PostLike
[]
files
files
:
PostFile
[]
likes
Count
likesCount
:
number
comments
Count
commentsCount
:
number
Optional
is
Liked
isLiked
?:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
company
Id
author
Id
title
content
type
priority
is
Pinned
is
Public
published
At
created
At
updated
At
company
author
comments
likes
files
likes
Count
comments
Count
is
Liked
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...