@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
9 lines • 307 B
TypeScript
import { MonthlyBillingStatusEnum } from './MonthlyBillingStatusEnum';
/** MonthlyBilling */
export interface MonthlyBilling {
/** Monthly billing activated since */
since: string;
/** Monthly billing status */
status: MonthlyBillingStatusEnum;
}
//# sourceMappingURL=MonthlyBilling.d.ts.map