AP type
This commit is contained in:
parent
171b046de5
commit
63d8bbe29d
|
@ -114,6 +114,10 @@ export interface IBlock extends IActivity {
|
||||||
type: 'Block';
|
type: 'Block';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export interface IUpdate extends IActivity {
|
||||||
|
type: 'Update';
|
||||||
|
}
|
||||||
|
|
||||||
export type Object =
|
export type Object =
|
||||||
ICollection |
|
ICollection |
|
||||||
IOrderedCollection |
|
IOrderedCollection |
|
||||||
|
@ -127,4 +131,5 @@ export type Object =
|
||||||
IRemove |
|
IRemove |
|
||||||
ILike |
|
ILike |
|
||||||
IAnnounce |
|
IAnnounce |
|
||||||
IBlock;
|
IBlock |
|
||||||
|
IUpdate;
|
||||||
|
|
Loading…
Reference in New Issue