mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 08:25:44 +01:00
4 lines
154 B
TypeScript
4 lines
154 B
TypeScript
|
|
export type DefaultCollapsedFunction = (oldPath: string, newPath: string) => boolean;
|
||
|
|
|
||
|
|
export type DefaultCollapsed = boolean | DefaultCollapsedFunction;
|