Type alias TFieldValueString

TFieldValueString: {
    value?: string;
}

Type declaration

  • Optional value?: string