UNPKG

@sumup/sdk

Version:

The official TypeScript SDK for the SumUp API

7 lines 228 B
import type { CompanyIdentifier } from "./company-identifier"; /** * A list of country-specific company identifiers. * */ export type CompanyIdentifiers = CompanyIdentifier[]; //# sourceMappingURL=company-identifiers.d.ts.map