UNPKG

@sumup/sdk

Version:

The official TypeScript SDK for the SumUp API

7 lines 221 B
/** * Horizontal Accuracy * * Indication of the precision of the geographical position received from the payment terminal. */ export type HorizontalAccuracy = number; //# sourceMappingURL=horizontal-accuracy.d.cts.map