فهرست منبع

remove I ftom type name

yohei0125 3 سال پیش
والد
کامیت
60c1a09193
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      packages/app/src/interfaces/page-operation.ts

+ 2 - 2
packages/app/src/interfaces/page-operation.ts

@@ -1,4 +1,4 @@
-export const IPageActionType = {
+export const PageActionType = {
   Rename: 'Rename',
   Rename: 'Rename',
   Duplicate: 'Duplicate',
   Duplicate: 'Duplicate',
   Delete: 'Delete',
   Delete: 'Delete',
@@ -6,4 +6,4 @@ export const IPageActionType = {
   Revert: 'Revert',
   Revert: 'Revert',
   NormalizeParent: 'NormalizeParent',
   NormalizeParent: 'NormalizeParent',
 } as const;
 } as const;
-export type IPageActionType = typeof IPageActionType[keyof typeof IPageActionType]
+export type PageActionType = typeof PageActionType[keyof typeof PageActionType]