inaturalistjs
Preparing search index...
PostPost
Type Alias PostPost
type
PostPost
=
{
commit
?:
string
;
post
?:
{
body
?:
string
;
parentId
?:
number
;
parentType
?:
string
;
preferredFormatting
?:
string
;
title
?:
string
;
userId
?:
number
;
}
;
}
Index
Properties
commit?
post?
Properties
Optional
commit
commit
?:
string
Optional
post
post
?:
{
body
?:
string
;
parentId
?:
number
;
parentType
?:
string
;
preferredFormatting
?:
string
;
title
?:
string
;
userId
?:
number
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
commit
post
inaturalistjs
Loading...