interface CustomInputDto {
    kind: CustomEditorInput;
    uri: UriComponents;
    viewType: string;
}

Properties

Properties

uri: UriComponents
viewType: string