/** * authentik * Making authentication simple. * * The version of the OpenAPI document: 2026.8.0 * 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 RequestContentTypeEnum: { readonly ApplicationXWwwFormUrlencoded: "application/x-www-form-urlencoded"; readonly ApplicationJson: "application/json"; readonly UnknownDefaultOpenApi: "11184809"; }; export type RequestContentTypeEnum = typeof RequestContentTypeEnum[keyof typeof RequestContentTypeEnum]; export declare function instanceOfRequestContentTypeEnum(value: any): boolean; export declare function RequestContentTypeEnumFromJSON(json: any): RequestContentTypeEnum; export declare function RequestContentTypeEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): RequestContentTypeEnum; export declare function RequestContentTypeEnumToJSON(value?: RequestContentTypeEnum | null): any; export declare function RequestContentTypeEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): RequestContentTypeEnum; //# sourceMappingURL=RequestContentTypeEnum.d.ts.map