Skip to content

Commit 383ee11

Browse files
Tidy up types
1 parent be523d0 commit 383ee11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/notebooks/shared/src/lib/parsed-idl-notebook.interface.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ import { IParsed } from '@idl/types/syntax-tree';
44
* Data structure for a parsed notebook file
55
*/
66
export interface IParsedIDLNotebook {
7-
[key: string]: IParsed;
7+
[key: string]: IParsed | undefined;
88
}

0 commit comments

Comments
 (0)