UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 200 B
import { LevelTypeEnum } from './LevelTypeEnum'; /** Support level of an account */ export interface Level { /** Level of support */ level: LevelTypeEnum; } //# sourceMappingURL=Level.d.ts.map