UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 223 B
/** Additional information about option */ export interface Extra { /** Maximum usage of the option */ quota?: number; /** Current usage of the option */ usage?: number; } //# sourceMappingURL=Extra.d.ts.map