Interface NotebookInputDto

interface NotebookInputDto {
    kind: NotebookInput;
    notebookType: string;
    uri: UriComponents;
}

Properties

Properties

notebookType: string
uri: UriComponents