UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 183 B
/** Customer currency */ export interface Currency { /** Currency code */ code: string; /** Currency symbol */ symbol: string; } //# sourceMappingURL=Currency.d.ts.map