This commit is contained in:
syuilo
2018-11-02 14:53:55 +09:00
parent 9b94ddff0a
commit 60e95ac2ac
3 changed files with 0 additions and 35 deletions

View File

@ -15,24 +15,4 @@ export type IMeta = {
disableLocalTimeline?: boolean;
hidedTags?: string[];
bannerUrl?: string;
/**
* カスタム絵文字定義
*/
emojis?: {
/**
* 絵文字名 (例: thinking_ai)
*/
name: string;
/**
* エイリアス
*/
aliases?: string[];
/**
* 絵文字画像のURL
*/
url: string;
}[];
};