/** * Daytona Billing API * Daytona Billing API * * The version of the OpenAPI document: v0.0.0-dev * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ export declare const BillableMetricCode: { readonly CPU_USAGE_BILLABLE_METRIC_CODE: "cpu_usage"; readonly GPU_USAGE_BILLABLE_METRIC_CODE: "gpu_usage"; readonly RAM_USAGE_BILLABLE_METRIC_CODE: "ram_usage"; readonly DISK_USAGE_BILLABLE_METRIC_CODE: "disk_usage"; readonly UNKNOWN_BILLABLE_METRIC_CODE: "unknown"; }; export type BillableMetricCode = typeof BillableMetricCode[keyof typeof BillableMetricCode];