/** MonthlyInstanceDetail */
export interface MonthlyInstanceDetail {
    /** Monthly instance activation */
    activation: string;
    /** Instance ID */
    instanceId: string;
    /** Total price */
    totalPrice: number;
}
//# sourceMappingURL=MonthlyInstanceDetail.d.ts.map