Type Alias AlfaNumString

type AlfaNumString = {
    qIsNum?: boolean;
    qString?: string;
}
Index
qIsNum?: boolean

Is set to true if the value is a numeric.

qString?: string

Calculated value.