Interface NotebookDiffInputDto

interface NotebookDiffInputDto {
    kind: NotebookDiffInput;
    modified: UriComponents;
    notebookType: string;
    original: UriComponents;
}

Properties

modified: UriComponents
notebookType: string
original: UriComponents