Interface NotebookTextModelLike

interface NotebookTextModelLike {
    uri: URI;
    viewType: string;
}

Properties

Properties

uri: URI
viewType: string