mirror of
https://github.com/hotomoe/hotomoe
synced 2024-12-19 00:58:12 +09:00
6 lines
76 B
TypeScript
6 lines
76 B
TypeScript
|
export type IIcon = {
|
||
|
type: string;
|
||
|
mediaType?: string;
|
||
|
url?: string;
|
||
|
};
|