We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be523d0 commit 383ee11Copy full SHA for 383ee11
1 file changed
libs/notebooks/shared/src/lib/parsed-idl-notebook.interface.ts
@@ -4,5 +4,5 @@ import { IParsed } from '@idl/types/syntax-tree';
4
* Data structure for a parsed notebook file
5
*/
6
export interface IParsedIDLNotebook {
7
- [key: string]: IParsed;
+ [key: string]: IParsed | undefined;
8
}
0 commit comments