mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-01 01:59:55 +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 {
|
||||
linked: string[];
|
||||
allowed: string[];
|
||||
blocked: string[];
|
||||
allowed?: string[];
|
||||
blocked?: string[];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue