mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 16:35:45 +01:00
Change case of file name
This commit is contained in:
3
scm-ui/ui-components/src/repos/defaultCollapsed.ts
Normal file
3
scm-ui/ui-components/src/repos/defaultCollapsed.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export type DefaultCollapsedFunction = (oldPath: string, newPath: string) => boolean;
|
||||
|
||||
export type DefaultCollapsed = boolean | DefaultCollapsedFunction;
|
||||
Reference in New Issue
Block a user