@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
16 lines • 694 B
TypeScript
import { MonthlyCertification } from './MonthlyCertification';
import { MonthlyInstance } from './MonthlyInstance';
import { MonthlyInstanceOption } from './MonthlyInstanceOption';
import { MonthlySavingsPlan } from './MonthlySavingsPlan';
/** MonthlyResources */
export interface MonthlyResources {
/** Details about certifications */
certification: MonthlyCertification[];
/** Details about monthly instances */
instance: MonthlyInstance[];
/** Details about monthly instances options */
instanceOption: MonthlyInstanceOption[];
/** Details about savings plan subscriptions */
savingsPlan: MonthlySavingsPlan[];
}
//# sourceMappingURL=MonthlyResources.d.ts.map