Interface notebookPreloadContribution

interface notebookPreloadContribution {
    entrypoint: string;
    type: string;
}

Properties

Properties

entrypoint: string
type: string