UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 307 B
import { MonthlyBillingStatusEnum } from './MonthlyBillingStatusEnum'; /** MonthlyBilling */ export interface MonthlyBilling { /** Monthly billing activated since */ since: string; /** Monthly billing status */ status: MonthlyBillingStatusEnum; } //# sourceMappingURL=MonthlyBilling.d.ts.map