mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-01 01:59:55 +00:00
Add field Site.default_theme in missing places (#46)
This commit is contained in:
parent
8915dc4c25
commit
1b31b8ffd2
1 changed files with 2 additions and 0 deletions
|
@ -97,6 +97,7 @@ export interface CreateSite {
|
|||
require_application?: boolean;
|
||||
application_question?: string;
|
||||
private_instance?: boolean;
|
||||
default_theme?: string;
|
||||
auth: string;
|
||||
}
|
||||
|
||||
|
@ -114,6 +115,7 @@ export interface EditSite {
|
|||
require_application?: boolean;
|
||||
application_question?: string;
|
||||
private_instance?: boolean;
|
||||
default_theme?: string;
|
||||
auth: string;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue