UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 223 B
/** Structure holding the elements about a region */ export interface Region { /** Description of a region */ description: string; /** Name of a region */ name: string; } //# sourceMappingURL=Region.d.ts.map