yohei0125 před 3 roky
rodič
revize
74c5a5d0b3
1 změnil soubory, kde provedl 0 přidání a 3 odebrání
  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 { HasObjectId } from './has-object-id';
-import { PageActionType } from './page-operation';
 import { IRevision, HasRevisionShortbody } from './revision';
 import { SubscriptionStatusType } from './subscription';
 import { ITag } from './tag';
@@ -35,8 +34,6 @@ export interface IPage {
 
 export type IPageHasId = IPage & HasObjectId;
 
-export type IPageOperationProcessInfo = Partial<Record<PageActionType, {isProcessing: boolean}>>
-
 export type IPageForItem = Partial<IPageHasId & {isTarget?: boolean}>;
 
 export type IPageInfo = {