/** * 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 OutpostTypeEnum: { readonly Proxy: "proxy"; readonly Ldap: "ldap"; readonly Radius: "radius"; readonly Rac: "rac"; readonly UnknownDefaultOpenApi: "11184809"; }; export type OutpostTypeEnum = typeof OutpostTypeEnum[keyof typeof OutpostTypeEnum]; export declare function instanceOfOutpostTypeEnum(value: any): boolean; export declare function OutpostTypeEnumFromJSON(json: any): OutpostTypeEnum; export declare function OutpostTypeEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): OutpostTypeEnum; export declare function OutpostTypeEnumToJSON(value?: OutpostTypeEnum | null): any; export declare function OutpostTypeEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): OutpostTypeEnum; //# sourceMappingURL=OutpostTypeEnum.d.ts.map