UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 221 B
/** Payment mean type icon */ export interface IconData { /** Icon in base64 */ data?: string; /** Icon name */ name?: string; /** Icon URL */ url?: string; } //# sourceMappingURL=IconData.d.ts.map