mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-01 01:59:55 +00:00
Merge branch 'main' into change_password
This commit is contained in:
commit
d77c8fee17
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