UNPKG

@sumup/sdk

Version:

The official TypeScript SDK for the SumUp API

8 lines 226 B
/** * The type of the membership resource. * Possible values are: * * `merchant` - merchant account(s) * * `organization` - organization(s) */ export type ResourceType = string; //# sourceMappingURL=resource-type.d.ts.map