correct type of IObject.attachment
This commit is contained in:
parent
99bf315351
commit
db8f94b0fb
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue