Type Alias AlfaNumString

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

Properties

Properties

qIsNum?: boolean

Is set to true if the value is a numeric.

qString?: string

Calculated value.