/** * 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 InvoiceStatus: { readonly InvoiceStatusDraft: "draft"; readonly InvoiceStatusFinalized: "finalized"; readonly InvoiceStatusFailed: "failed"; readonly InvoiceStatusVoided: "voided"; readonly InvoiceStatusPending: "pending"; }; export type InvoiceStatus = typeof InvoiceStatus[keyof typeof InvoiceStatus];