/** * 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 NotConfiguredActionEnum: { readonly Skip: "skip"; readonly Deny: "deny"; readonly Configure: "configure"; readonly UnknownDefaultOpenApi: "11184809"; }; export type NotConfiguredActionEnum = typeof NotConfiguredActionEnum[keyof typeof NotConfiguredActionEnum]; export declare function instanceOfNotConfiguredActionEnum(value: any): boolean; export declare function NotConfiguredActionEnumFromJSON(json: any): NotConfiguredActionEnum; export declare function NotConfiguredActionEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): NotConfiguredActionEnum; export declare function NotConfiguredActionEnumToJSON(value?: NotConfiguredActionEnum | null): any; export declare function NotConfiguredActionEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): NotConfiguredActionEnum; //# sourceMappingURL=NotConfiguredActionEnum.d.ts.map