瀏覽代碼

remove I ftom type name

yohei0125 4 年之前
父節點
當前提交
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',
   Duplicate: 'Duplicate',
   Delete: 'Delete',
@@ -6,4 +6,4 @@ export const IPageActionType = {
   Revert: 'Revert',
   NormalizeParent: 'NormalizeParent',
 } as const;
-export type IPageActionType = typeof IPageActionType[keyof typeof IPageActionType]
+export type PageActionType = typeof PageActionType[keyof typeof PageActionType]