Parcourir la source

remove interface

yuto-o il y a 4 ans
Parent
commit
2761d93436
1 fichiers modifiés avec 1 ajouts et 5 suppressions
  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',
   trash: 'trash',
 };