mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2025-01-09 19:53:21 +00:00
Add legal information (#61)
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
This commit is contained in:
parent
44e5c91042
commit
6bf01146f0
2 changed files with 2 additions and 0 deletions
|
@ -108,6 +108,7 @@ export interface EditSite {
|
||||||
application_question?: string;
|
application_question?: string;
|
||||||
private_instance?: boolean;
|
private_instance?: boolean;
|
||||||
default_theme?: string;
|
default_theme?: string;
|
||||||
|
legal_information?: string;
|
||||||
default_post_listing_type?: string;
|
default_post_listing_type?: string;
|
||||||
auth: string;
|
auth: string;
|
||||||
}
|
}
|
||||||
|
|
|
@ -61,6 +61,7 @@ export interface Site {
|
||||||
last_refreshed_at: string;
|
last_refreshed_at: string;
|
||||||
inbox_url: string;
|
inbox_url: string;
|
||||||
public_key: string;
|
public_key: string;
|
||||||
|
legal_information?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface PrivateMessage {
|
export interface PrivateMessage {
|
||||||
|
|
Loading…
Reference in a new issue