1
0
mirror of https://github.com/hotomoe/hotomoe synced 2024-12-19 00:58:12 +09:00
hotomoe/src/remote/activitypub/models/icon.ts

6 lines
76 B
TypeScript
Raw Normal View History

export type IIcon = {
type: string;
mediaType?: string;
url?: string;
};