Explorar el Código

remove interface

yuto-o hace 4 años
padre
commit
2761d93436
Se han modificado 1 ficheros con 1 adiciones y 5 borrados
  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',
 };