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