mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-01 10:09:55 +00:00
Add field Site.default_theme (#45)
This commit is contained in:
parent
fa04408c5a
commit
a86ade901b
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ export interface Site {
|
||||||
require_application: boolean;
|
require_application: boolean;
|
||||||
application_question?: string;
|
application_question?: string;
|
||||||
private_instance: boolean;
|
private_instance: boolean;
|
||||||
|
default_theme: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface PrivateMessage {
|
export interface PrivateMessage {
|
||||||
|
|
Loading…
Reference in a new issue