interface TextInputDto {
    kind: TextInput;
    uri: UriComponents;
}

Properties

Properties

kind: TextInput
uri: UriComponents