/** * 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 TaskStateEnum: { readonly Queued: "queued"; readonly Consumed: "consumed"; readonly Preprocess: "preprocess"; readonly Running: "running"; readonly Postprocess: "postprocess"; readonly Rejected: "rejected"; readonly Done: "done"; readonly UnknownDefaultOpenApi: "11184809"; }; export type TaskStateEnum = typeof TaskStateEnum[keyof typeof TaskStateEnum]; export declare function instanceOfTaskStateEnum(value: any): boolean; export declare function TaskStateEnumFromJSON(json: any): TaskStateEnum; export declare function TaskStateEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): TaskStateEnum; export declare function TaskStateEnumToJSON(value?: TaskStateEnum | null): any; export declare function TaskStateEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): TaskStateEnum; //# sourceMappingURL=TaskStateEnum.d.ts.map