/** * authentik * Making authentication simple. * * The version of the OpenAPI document: 2026.8.0 * 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 ResumeOnMatchFailuresEnum: { readonly MissingProperty: "missing_property"; readonly UnknownDefaultOpenApi: "11184809"; }; export type ResumeOnMatchFailuresEnum = typeof ResumeOnMatchFailuresEnum[keyof typeof ResumeOnMatchFailuresEnum]; export declare function instanceOfResumeOnMatchFailuresEnum(value: any): boolean; export declare function ResumeOnMatchFailuresEnumFromJSON(json: any): ResumeOnMatchFailuresEnum; export declare function ResumeOnMatchFailuresEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): ResumeOnMatchFailuresEnum; export declare function ResumeOnMatchFailuresEnumToJSON(value?: ResumeOnMatchFailuresEnum | null): any; export declare function ResumeOnMatchFailuresEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): ResumeOnMatchFailuresEnum; //# sourceMappingURL=ResumeOnMatchFailuresEnum.d.ts.map