Type Alias FieldValueV2

A single field value with its selection status.

type FieldValueV2 = {
    numValue?: string;
    selStatus: odagRequests.SelectStatusV2;
    strValue: string;
}
Index

Properties

numValue?: string
strValue: string