parent
26b560664f
commit
1dbc9f6bd7
|
@ -114,10 +114,6 @@ 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 |
|
||||||
|
@ -131,5 +127,4 @@ export type Object =
|
||||||
IRemove |
|
IRemove |
|
||||||
ILike |
|
ILike |
|
||||||
IAnnounce |
|
IAnnounce |
|
||||||
IBlock |
|
IBlock;
|
||||||
IUpdate;
|
|
||||||
|
|
Loading…
Reference in New Issue