UNPKG

@sumup/sdk

Version:

The official TypeScript SDK for the SumUp API

5 lines 160 B
import type { Person } from "./person"; export type ListPersonsResponseBody = { items: Person[]; }; //# sourceMappingURL=list-persons-response-body.d.ts.map