/** * authentik * Making authentication simple. * * The version of the OpenAPI document: 2026.8.0-rc7 * 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 ObjectAttributeTypeEnum: { readonly Text: "text"; readonly Number: "number"; readonly Boolean: "boolean"; readonly UnknownDefaultOpenApi: "11184809"; }; export type ObjectAttributeTypeEnum = typeof ObjectAttributeTypeEnum[keyof typeof ObjectAttributeTypeEnum]; export declare function instanceOfObjectAttributeTypeEnum(value: any): boolean; export declare function ObjectAttributeTypeEnumFromJSON(json: any): ObjectAttributeTypeEnum; export declare function ObjectAttributeTypeEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): ObjectAttributeTypeEnum; export declare function ObjectAttributeTypeEnumToJSON(value?: ObjectAttributeTypeEnum | null): any; export declare function ObjectAttributeTypeEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): ObjectAttributeTypeEnum; //# sourceMappingURL=ObjectAttributeTypeEnum.d.ts.map