@dialstack/sdk-dev / js/src / ParsedRow
Interface: ParsedRow
Defined in: sdk/js/src/utils/phone-list.ts:276
One row's worth of pasted input, in the order it was written.
Properties
reason?
TypeScript
optional reason?: ParseProblemReason;
Defined in: sdk/js/src/utils/phone-list.ts:280
Set when the segment could not be read; absent for a valid number.
value
TypeScript
value: string;
Defined in: sdk/js/src/utils/phone-list.ts:278
Canonical national form when the segment was readable, else the text as typed.