/** * This file was auto-generated by Fern from our API Definition. */ export declare type InvoiceResponseModelCurrency = "usd" | "eur"; export declare const InvoiceResponseModelCurrency: { readonly Usd: "usd"; readonly Eur: "eur"; };