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