Search
Preparing search index...
The search index is not available
Subsocial JS SDK
Options
All
Public
Public/Protected
All
Menu
Exports
API
DTO
Interfaces
Any
Subsocial
Data
Comment
Data
Common
Data
Post
Data
Post
With
All
Details
Post
With
Owner
Post
With
Some
Details
Post
With
Space
Profile
Data
Social
Account
With
Id
Space
Data
Index
Type aliases
Any
Subsocial
Data
Comment
Data
Common
Data
Post
Data
Post
With
All
Details
Post
With
Owner
Post
With
Some
Details
Post
With
Space
Profile
Data
Social
Account
With
Id
Space
Data
Type aliases
Any
Subsocial
Data
Any
Subsocial
Data
:
SpaceData
|
PostData
|
CommentData
|
ProfileData
Comment
Data
Comment
Data
:
CommonData
<
Post
,
CommentContent
>
Common
Data
Common
Data<S, C>
:
{
content
?:
C
;
struct
:
S
}
Type parameters
S
:
CommonStruct
C
:
CommonContent
Type declaration
Optional
content
?:
C
struct
:
S
Post
Data
Post
Data
:
CommonData
<
Post
,
PostContent
>
Post
With
All
Details
Post
With
All
Details
:
PostWithOwner
&
PostWithSpace
Post
With
Owner
Post
With
Owner
:
Exclude
<
PostWithSomeDetails
,
"owner"
>
&
{
owner
:
ProfileData
}
Post
With
Some
Details
Post
With
Some
Details
:
{
ext
?:
Exclude
<
PostWithSomeDetails
,
"ext"
>
;
owner
?:
ProfileData
;
post
:
PostData
;
space
?:
SpaceData
}
Type declaration
Optional
ext
?:
Exclude
<
PostWithSomeDetails
,
"ext"
>
Optional
owner
?:
ProfileData
post
:
PostData
Optional
space
?:
SpaceData
Post
With
Space
Post
With
Space
:
Exclude
<
PostWithSomeDetails
,
"space"
>
&
{
space
:
SpaceData
}
Profile
Data
Profile
Data
:
CommonData
<
SocialAccountWithId
,
ProfileContent
>
&
{
profile
?:
Profile
}
Social
Account
With
Id
Social
Account
With
Id
:
SocialAccount
&
{
id
:
AccountId
}
Space
Data
Space
Data
:
CommonData
<
Space
,
SpaceContent
>