forked from mirrors/misskey
5
src/remote/activitypub/models/icon.ts
Normal file
5
src/remote/activitypub/models/icon.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export type IIcon = {
|
||||
type: string;
|
||||
mediaType?: string;
|
||||
url?: string;
|
||||
};
|
||||
Reference in New Issue
Block a user