/** * authentik * Making authentication simple. * * The version of the OpenAPI document: 2025.6.3 * Contact: hello@goauthentik.io * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export */ export declare const InvalidResponseActionEnum: { readonly Retry: "retry"; readonly Restart: "restart"; readonly RestartWithContext: "restart_with_context"; readonly UnknownDefaultOpenApi: "11184809"; }; export type InvalidResponseActionEnum = typeof InvalidResponseActionEnum[keyof typeof InvalidResponseActionEnum]; export declare function instanceOfInvalidResponseActionEnum(value: any): boolean; export declare function InvalidResponseActionEnumFromJSON(json: any): InvalidResponseActionEnum; export declare function InvalidResponseActionEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): InvalidResponseActionEnum; export declare function InvalidResponseActionEnumToJSON(value?: InvalidResponseActionEnum | null): any; export declare function InvalidResponseActionEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): InvalidResponseActionEnum; //# sourceMappingURL=InvalidResponseActionEnum.d.ts.map