Interface InteractiveEditorInputDto

interface InteractiveEditorInputDto {
    inputBoxUri: UriComponents;
    kind: InteractiveEditorInput;
    uri: UriComponents;
}

Properties

Properties

inputBoxUri: UriComponents
uri: UriComponents