lemmy-js-client
Preparing search index...
MultiCommunity
Type Alias MultiCommunity
type
MultiCommunity
=
{
ap_id
:
DbUrl
;
creator_id
:
PersonId
;
deleted
:
boolean
;
description
?:
string
;
id
:
MultiCommunityId
;
instance_id
:
InstanceId
;
local
:
boolean
;
name
:
string
;
published_at
:
string
;
title
?:
string
;
updated_at
?:
string
;
}
Index
Properties
ap_
id
creator_
id
deleted
description?
id
instance_
id
local
name
published_
at
title?
updated_
at?
Properties
ap_
id
ap_id
:
DbUrl
creator_
id
creator_id
:
PersonId
deleted
deleted
:
boolean
Optional
description
description
?:
string
id
id
:
MultiCommunityId
instance_
id
instance_id
:
InstanceId
local
local
:
boolean
name
name
:
string
published_
at
published_at
:
string
Optional
title
title
?:
string
Optional
updated_
at
updated_at
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ap_
id
creator_
id
deleted
description
id
instance_
id
local
name
published_
at
title
updated_
at
lemmy-js-client
Loading...