/** * 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 ClientTypeEnum: { readonly Confidential: "confidential"; readonly Public: "public"; readonly UnknownDefaultOpenApi: "11184809"; }; export type ClientTypeEnum = typeof ClientTypeEnum[keyof typeof ClientTypeEnum]; export declare function instanceOfClientTypeEnum(value: any): boolean; export declare function ClientTypeEnumFromJSON(json: any): ClientTypeEnum; export declare function ClientTypeEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): ClientTypeEnum; export declare function ClientTypeEnumToJSON(value?: ClientTypeEnum | null): any; export declare function ClientTypeEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): ClientTypeEnum; //# sourceMappingURL=ClientTypeEnum.d.ts.map