This commit is contained in:
syuilo 2018-11-02 14:53:55 +09:00
parent 9b94ddff0a
commit 60e95ac2ac
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
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;
}[];
};