Preparing search index...
The search index is not available
lemmy-js-client
lemmy-js-client
ResolveObjectResponse
Interface ResolveObjectResponse
interface
ResolveObjectResponse
{
comment
?:
CommentView
;
community
?:
CommunityView
;
person
?:
PersonView
;
post
?:
PostView
;
}
Index
Properties
comment?
community?
person?
post?
Properties
Optional
comment
comment
?:
CommentView
Optional
community
community
?:
CommunityView
Optional
person
person
?:
PersonView
Optional
post
post
?:
PostView
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
comment
community
person
post
lemmy-js-client
Loading...