/** * 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 SeverityEnum: { readonly Notice: "notice"; readonly Warning: "warning"; readonly Alert: "alert"; readonly UnknownDefaultOpenApi: "11184809"; }; export type SeverityEnum = typeof SeverityEnum[keyof typeof SeverityEnum]; export declare function instanceOfSeverityEnum(value: any): boolean; export declare function SeverityEnumFromJSON(json: any): SeverityEnum; export declare function SeverityEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): SeverityEnum; export declare function SeverityEnumToJSON(value?: SeverityEnum | null): any; export declare function SeverityEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): SeverityEnum; //# sourceMappingURL=SeverityEnum.d.ts.map