Skip to content

Commit 24b5ab1

Browse files
committed
feat: make custom property optional
1 parent 248bc55 commit 24b5ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ declare namespace directoryTree {
2222
children?: DirectoryTree<C>[];
2323
extension?: string;
2424
isSymbolicLink?: boolean;
25-
custom: C;
25+
custom?: C;
2626
}
2727

2828
export interface DirectoryTreeOptions {

0 commit comments

Comments
 (0)