interface NotebookCompositeKey {
    experimentName: string;
    notebookName: string;
}

Properties

experimentName: string
notebookName: string