mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-30 00:06:43 -06:00
80b5fda292
* Remote custom emojis * んほおおおおお
5 lines
76 B
TypeScript
5 lines
76 B
TypeScript
export type IIcon = {
|
|
type: string;
|
|
mediaType?: string;
|
|
url?: string;
|
|
};
|