/** * 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 UserTypeEnum: { readonly Internal: "internal"; readonly External: "external"; readonly ServiceAccount: "service_account"; readonly InternalServiceAccount: "internal_service_account"; readonly UnknownDefaultOpenApi: "11184809"; }; export type UserTypeEnum = typeof UserTypeEnum[keyof typeof UserTypeEnum]; export declare function instanceOfUserTypeEnum(value: any): boolean; export declare function UserTypeEnumFromJSON(json: any): UserTypeEnum; export declare function UserTypeEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): UserTypeEnum; export declare function UserTypeEnumToJSON(value?: UserTypeEnum | null): any; export declare function UserTypeEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): UserTypeEnum; //# sourceMappingURL=UserTypeEnum.d.ts.map