UNPKG

@sumup/sdk

Version:

The official TypeScript SDK for the SumUp API

6 lines 181 B
/** * A publicly available phone number in [E.164](https://en.wikipedia.org/wiki/E.164) format. * */ export type PhoneNumber = string; //# sourceMappingURL=phone-number.d.cts.map