Files
SCM-Manager/scm-ui/ui-components/src/repos/defaultCollapsed.ts

4 lines
154 B
TypeScript
Raw Normal View History

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