/** * authentik * Making authentication simple. * * The version of the OpenAPI document: 2026.8.0-rc7 * 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 UserSwitchActionEnum: { readonly Add: "add"; readonly Switch: "switch"; readonly UnknownDefaultOpenApi: "11184809"; }; export type UserSwitchActionEnum = typeof UserSwitchActionEnum[keyof typeof UserSwitchActionEnum]; export declare function instanceOfUserSwitchActionEnum(value: any): boolean; export declare function UserSwitchActionEnumFromJSON(json: any): UserSwitchActionEnum; export declare function UserSwitchActionEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): UserSwitchActionEnum; export declare function UserSwitchActionEnumToJSON(value?: UserSwitchActionEnum | null): any; export declare function UserSwitchActionEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): UserSwitchActionEnum; //# sourceMappingURL=UserSwitchActionEnum.d.ts.map