/** * authentik * Making authentication simple. * * The version of the OpenAPI document: 2026.2.3-rc1 * 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 ContentTypeEnum: { readonly AuthentikCoreApplication: "authentik_core.application"; readonly AuthentikCoreGroup: "authentik_core.group"; readonly AuthentikRbacRole: "authentik_rbac.role"; readonly UnknownDefaultOpenApi: "11184809"; }; export type ContentTypeEnum = typeof ContentTypeEnum[keyof typeof ContentTypeEnum]; export declare function instanceOfContentTypeEnum(value: any): boolean; export declare function ContentTypeEnumFromJSON(json: any): ContentTypeEnum; export declare function ContentTypeEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): ContentTypeEnum; export declare function ContentTypeEnumToJSON(value?: ContentTypeEnum | null): any; export declare function ContentTypeEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): ContentTypeEnum; //# sourceMappingURL=ContentTypeEnum.d.ts.map