mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2025-01-09 11:41:28 +00:00
Merge branch 'main' into display_name
This commit is contained in:
commit
ea80993246
1 changed files with 2 additions and 2 deletions
|
@ -117,6 +117,6 @@ export interface SaveSiteConfig {
|
||||||
|
|
||||||
export interface FederatedInstances {
|
export interface FederatedInstances {
|
||||||
linked: string[];
|
linked: string[];
|
||||||
allowed: string[];
|
allowed?: string[];
|
||||||
blocked: string[];
|
blocked?: string[];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue