Add legal information (#61)

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
This commit is contained in:
Nutomic 2022-05-22 19:48:08 +00:00 committed by GitHub
parent 44e5c91042
commit 6bf01146f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -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;
}

View file

@ -61,6 +61,7 @@ export interface Site {
last_refreshed_at: string;
inbox_url: string;
public_key: string;
legal_information?: string;
}
export interface PrivateMessage {