Interface PlainValueType

interface PlainValueType {
    value: string;
}

Properties

Properties

value: string