Fix: typeerror
Signed-off-by: mattyatea <mattyacocacora0@gmail.com>
This commit is contained in:
parent
e71db2462e
commit
4bee1a45a1
|
@ -179,9 +179,9 @@ export interface IActor extends IObject {
|
||||||
sharedInbox?: string;
|
sharedInbox?: string;
|
||||||
};
|
};
|
||||||
AvatarDecorations?:{
|
AvatarDecorations?:{
|
||||||
angle: string;
|
angle: number;
|
||||||
flipH: boolean;
|
flipH: boolean;
|
||||||
}
|
}[];
|
||||||
'vcard:bday'?: string;
|
'vcard:bday'?: string;
|
||||||
'vcard:Address'?: string;
|
'vcard:Address'?: string;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue