FoundKey/packages/backend/src/remote/activitypub/models/icon.ts
syuilo 0e4a111f81 refactoring
Resolve #7779
2021-11-12 02:02:25 +09:00

6 lines
76 B
TypeScript

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