/** * 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 MatchingModeEnum: { readonly Strict: "strict"; readonly Regex: "regex"; readonly UnknownDefaultOpenApi: "11184809"; }; export type MatchingModeEnum = typeof MatchingModeEnum[keyof typeof MatchingModeEnum]; export declare function instanceOfMatchingModeEnum(value: any): boolean; export declare function MatchingModeEnumFromJSON(json: any): MatchingModeEnum; export declare function MatchingModeEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): MatchingModeEnum; export declare function MatchingModeEnumToJSON(value?: MatchingModeEnum | null): any; export declare function MatchingModeEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): MatchingModeEnum; //# sourceMappingURL=MatchingModeEnum.d.ts.map