Fix: typeerror

Signed-off-by: mattyatea <mattyacocacora0@gmail.com>
This commit is contained in:
mattyatea 2023-10-27 06:14:28 +09:00
parent e71db2462e
commit 4bee1a45a1
No known key found for this signature in database
GPG Key ID: 068E54E2C33BEF9A
1 changed files with 2 additions and 2 deletions

View File

@ -179,9 +179,9 @@ export interface IActor extends IObject {
sharedInbox?: string;
};
AvatarDecorations?:{
angle: string;
angle: number;
flipH: boolean;
}
}[];
'vcard:bday'?: string;
'vcard:Address'?: string;
}