mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-29 15:51:12 +00:00
Add new site fields (fixes #44)
This commit is contained in:
parent
65e6db26bc
commit
2d1002d002
1 changed files with 4 additions and 0 deletions
|
@ -56,6 +56,10 @@ export interface Site {
|
||||||
application_question?: string;
|
application_question?: string;
|
||||||
private_instance: boolean;
|
private_instance: boolean;
|
||||||
default_theme: string;
|
default_theme: string;
|
||||||
|
actor_id: string;
|
||||||
|
last_refreshed_at: string;
|
||||||
|
inbox_url: string;
|
||||||
|
public_key: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface PrivateMessage {
|
export interface PrivateMessage {
|
||||||
|
|
Loading…
Reference in a new issue