Skip to content

Commit 0234f7a

Browse files
authored
Merge pull request #133 from mihneadb/codex/update-index.d.ts-for-optional-custom-property
Make custom property optional
2 parents 534d261 + 4f0f694 commit 0234f7a

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)