Change case of file name

This commit is contained in:
Rene Pfeuffer
2020-02-07 14:57:36 +01:00
parent d93682258e
commit d3d33d5d65
5 changed files with 4 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
export type DefaultCollapsedFunction = (oldPath: string, newPath: string) => boolean;
export type DefaultCollapsed = boolean | DefaultCollapsedFunction;