2
0
yuto-o 4 жил өмнө
parent
commit
2761d93436

+ 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',
   trash: 'trash',
 };