UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 142 B
/** Billing group of the service */ export interface Group { /** Billing group id */ id: number; } //# sourceMappingURL=Group.d.ts.map