UNPKG

@sumup/sdk

Version:

The official TypeScript SDK for the SumUp API

14 lines 226 B
/** * NotFound * * 404 Not Found */ export type NotFound = { errors: { /** * Fuller message giving context to error */ detail: string; }; }; //# sourceMappingURL=not-found.d.ts.map