parent
c48cbd95f6
commit
80b5fda292
18 changed files with 193 additions and 24 deletions
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;
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue