ソースを参照

remove interface

yuto-o 4 年 前
コミット
2761d93436
1 ファイル変更1 行追加5 行削除
  1. 1 5
      packages/app/src/client/util/search/path.ts

+ 1 - 5
packages/app/src/client/util/search/path.ts

@@ -1,8 +1,4 @@
-interface SpecificPathNames {
-  [pathName: string]: string;
-}
-
-export const specificPathNames: SpecificPathNames = {
+export const specificPathNames: { [pathName : string]: string} = {
   user: 'user',
   user: 'user',
   trash: 'trash',
   trash: 'trash',
 };
 };