Implement /api/v1/instance (#3045)
* Update mastodon.ts * Update types.ts * Update mastodon.ts
This commit is contained in:
parent
441ab2b5f8
commit
50cd6a036e
2 changed files with 77 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue