Type alias GetNotebooksForExperimentAPIResponse

GetNotebooksForExperimentAPIResponse: {
    notebooks: NotebookMetadata[];
}

Type declaration