mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 16:35:45 +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;
|