/** * 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 PolicyEngineMode: { readonly All: "all"; readonly Any: "any"; readonly UnknownDefaultOpenApi: "11184809"; }; export type PolicyEngineMode = typeof PolicyEngineMode[keyof typeof PolicyEngineMode]; export declare function instanceOfPolicyEngineMode(value: any): boolean; export declare function PolicyEngineModeFromJSON(json: any): PolicyEngineMode; export declare function PolicyEngineModeFromJSONTyped(json: any, ignoreDiscriminator: boolean): PolicyEngineMode; export declare function PolicyEngineModeToJSON(value?: PolicyEngineMode | null): any; export declare function PolicyEngineModeToJSONTyped(value: any, ignoreDiscriminator: boolean): PolicyEngineMode; //# sourceMappingURL=PolicyEngineMode.d.ts.map