UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 194 B
/** Icon */ export interface Icon { /** Icon in base64 */ data?: string; /** Icon name */ name: string; /** Icon URL */ url?: string; } //# sourceMappingURL=Icon.d.ts.map