Implement /api/v1/instance (#3045)

* Update mastodon.ts

* Update types.ts

* Update mastodon.ts
This commit is contained in:
Acid Chicken (硫酸鶏)
2018-10-31 02:17:54 +09:00
committed by syuilo
parent 441ab2b5f8
commit 50cd6a036e
2 changed files with 77 additions and 0 deletions

View File

@ -14,11 +14,13 @@ export type Source = {
* メンテナの連絡先(URLかmailto形式のURL)
*/
url: string;
email?: string;
repository_url?: string;
feedback_url?: string;
};
name?: string;
description?: string;
languages?: string[];
welcome_bg_url?: string;
url: string;
port: number;