/** * This file was auto-generated by Fern from our API Definition. */ /** * * `2024-10-25` - V2024_10_25 * * `2025-07-30` - V2025_07_30 */ export type ApiVersionEnum = "2024-10-25" | "2025-07-30"; export declare const ApiVersionEnum: { readonly TwoThousandTwentyFour1025: "2024-10-25"; readonly TwoThousandTwentyFive0730: "2025-07-30"; };