/** * 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 UsedByActionEnum: { readonly Cascade: "cascade"; readonly CascadeMany: "cascade_many"; readonly SetNull: "set_null"; readonly SetDefault: "set_default"; readonly UnknownDefaultOpenApi: "11184809"; }; export type UsedByActionEnum = typeof UsedByActionEnum[keyof typeof UsedByActionEnum]; export declare function instanceOfUsedByActionEnum(value: any): boolean; export declare function UsedByActionEnumFromJSON(json: any): UsedByActionEnum; export declare function UsedByActionEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): UsedByActionEnum; export declare function UsedByActionEnumToJSON(value?: UsedByActionEnum | null): any; export declare function UsedByActionEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): UsedByActionEnum; //# sourceMappingURL=UsedByActionEnum.d.ts.map