Revert "AP type"

This reverts commit 63d8bbe29d.
This commit is contained in:
mei23 2019-01-21 04:54:51 +09:00
parent 26b560664f
commit 1dbc9f6bd7
1 changed files with 1 additions and 6 deletions

View File

@ -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;