correct type of IObject.attachment

This commit is contained in:
Hazelnoot 2025-06-13 11:42:07 -04:00
parent 99bf315351
commit db8f94b0fb

View file

@ -24,7 +24,7 @@ export interface IObject {
cc?: ApObject;
to?: ApObject;
attributedTo?: ApObject;
attachment?: any[];
attachment?: IApDocument[];
inReplyTo?: any;
replies?: ICollection | IOrderedCollection | string;
content?: string | null;