Browse Source

remove type

yohei0125 4 years ago
parent
commit
74c5a5d0b3
1 changed files with 0 additions and 3 deletions
  1. 0 3
      packages/app/src/interfaces/page.ts

+ 0 - 3
packages/app/src/interfaces/page.ts

@@ -1,6 +1,5 @@
 import { Ref, Nullable } from './common';
 import { Ref, Nullable } from './common';
 import { HasObjectId } from './has-object-id';
 import { HasObjectId } from './has-object-id';
-import { PageActionType } from './page-operation';
 import { IRevision, HasRevisionShortbody } from './revision';
 import { IRevision, HasRevisionShortbody } from './revision';
 import { SubscriptionStatusType } from './subscription';
 import { SubscriptionStatusType } from './subscription';
 import { ITag } from './tag';
 import { ITag } from './tag';
@@ -35,8 +34,6 @@ export interface IPage {
 
 
 export type IPageHasId = IPage & HasObjectId;
 export type IPageHasId = IPage & HasObjectId;
 
 
-export type IPageOperationProcessInfo = Partial<Record<PageActionType, {isProcessing: boolean}>>
-
 export type IPageForItem = Partial<IPageHasId & {isTarget?: boolean}>;
 export type IPageForItem = Partial<IPageHasId & {isTarget?: boolean}>;
 
 
 export type IPageInfo = {
 export type IPageInfo = {