UNPKG

@sumup/sdk

Version:

The official TypeScript SDK for the SumUp API

3 lines 118 B
import type { BasePerson } from "./base-person"; export type Person = BasePerson; //# sourceMappingURL=person.d.ts.map