/** * 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 OutgoingSyncDeleteAction: { readonly DoNothing: "do_nothing"; readonly Delete: "delete"; readonly Suspend: "suspend"; readonly UnknownDefaultOpenApi: "11184809"; }; export type OutgoingSyncDeleteAction = typeof OutgoingSyncDeleteAction[keyof typeof OutgoingSyncDeleteAction]; export declare function instanceOfOutgoingSyncDeleteAction(value: any): boolean; export declare function OutgoingSyncDeleteActionFromJSON(json: any): OutgoingSyncDeleteAction; export declare function OutgoingSyncDeleteActionFromJSONTyped(json: any, ignoreDiscriminator: boolean): OutgoingSyncDeleteAction; export declare function OutgoingSyncDeleteActionToJSON(value?: OutgoingSyncDeleteAction | null): any; export declare function OutgoingSyncDeleteActionToJSONTyped(value: any, ignoreDiscriminator: boolean): OutgoingSyncDeleteAction; //# sourceMappingURL=OutgoingSyncDeleteAction.d.ts.map