/**
 * Latitude
 *
 * Latitude value from the coordinates of the payment location (as received from the payment terminal reader).
 */
export type Lat = number;
//# sourceMappingURL=lat.d.ts.map