Forgot to add to the Site interface.
This commit is contained in:
parent
a64c6051f3
commit
8b1af5f3b2
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ export interface Site {
|
|||
application_question?: string;
|
||||
private_instance: boolean;
|
||||
default_theme: string;
|
||||
default_post_listing_type: string;
|
||||
actor_id: string;
|
||||
last_refreshed_at: string;
|
||||
inbox_url: string;
|
||||
|
|
Loading…
Reference in a new issue