mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-10-07 01:45:42 +00:00
5 lines
76 B
TypeScript
5 lines
76 B
TypeScript
export type IIcon = {
|
|
type: string;
|
|
mediaType?: string;
|
|
url?: string;
|
|
};
|