Files
SCM-Manager/scm-ui/ui-components/src/repos/defaultCollapsed.ts
2020-02-07 14:57:36 +01:00

4 lines
154 B
TypeScript

export type DefaultCollapsedFunction = (oldPath: string, newPath: string) => boolean;
export type DefaultCollapsed = boolean | DefaultCollapsedFunction;