/** * Dashboard API * Dashboard API documentation * * The version of the OpenAPI document: 1.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * Minimum API version required for the environment * @export * @enum {string} */ export declare enum MinApiVersionEnum { Api20260101 = "2026_01_01", Api20260401 = "2026_04_01" } export declare function MinApiVersionEnumFromJSON(json: any): MinApiVersionEnum; export declare function MinApiVersionEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): MinApiVersionEnum; export declare function MinApiVersionEnumToJSON(value?: MinApiVersionEnum | null): any;