/** * 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 LifecycleIterationStateEnum: { readonly Reviewed: "REVIEWED"; readonly Pending: "PENDING"; readonly Overdue: "OVERDUE"; readonly Canceled: "CANCELED"; readonly UnknownDefaultOpenApi: "11184809"; }; export type LifecycleIterationStateEnum = typeof LifecycleIterationStateEnum[keyof typeof LifecycleIterationStateEnum]; export declare function instanceOfLifecycleIterationStateEnum(value: any): boolean; export declare function LifecycleIterationStateEnumFromJSON(json: any): LifecycleIterationStateEnum; export declare function LifecycleIterationStateEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): LifecycleIterationStateEnum; export declare function LifecycleIterationStateEnumToJSON(value?: LifecycleIterationStateEnum | null): any; export declare function LifecycleIterationStateEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): LifecycleIterationStateEnum; //# sourceMappingURL=LifecycleIterationStateEnum.d.ts.map