mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-01 01:59:55 +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;
|
||||
private_instance?: boolean;
|
||||
default_theme?: string;
|
||||
legal_information?: string;
|
||||
default_post_listing_type?: string;
|
||||
auth: string;
|
||||
}
|
||||
|
|
|
@ -61,6 +61,7 @@ export interface Site {
|
|||
last_refreshed_at: string;
|
||||
inbox_url: string;
|
||||
public_key: string;
|
||||
legal_information?: string;
|
||||
}
|
||||
|
||||
export interface PrivateMessage {
|
||||
|
|
Loading…
Reference in a new issue