mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-26 06:11:14 +00:00
Add default_post_listing_type
This commit is contained in:
parent
7203e3dce6
commit
ba020f7218
1 changed files with 2 additions and 0 deletions
|
@ -98,6 +98,7 @@ export interface CreateSite {
|
||||||
application_question?: string;
|
application_question?: string;
|
||||||
private_instance?: boolean;
|
private_instance?: boolean;
|
||||||
default_theme?: string;
|
default_theme?: string;
|
||||||
|
default_post_listing_type?: string;
|
||||||
auth: string;
|
auth: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -116,6 +117,7 @@ export interface EditSite {
|
||||||
application_question?: string;
|
application_question?: string;
|
||||||
private_instance?: boolean;
|
private_instance?: boolean;
|
||||||
default_theme?: string;
|
default_theme?: string;
|
||||||
|
default_post_listing_type?: string;
|
||||||
auth: string;
|
auth: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue