/** * 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. */ import type { ContentTypeEnum } from './ContentTypeEnum'; /** * Mixin to validate that a valid enterprise license * exists before allowing to save the object * @export * @interface LifecycleIterationRequest */ export interface LifecycleIterationRequest { /** * * @type {ContentTypeEnum} * @memberof LifecycleIterationRequest */ contentType: ContentTypeEnum; } /** * Check if a given object implements the LifecycleIterationRequest interface. */ export declare function instanceOfLifecycleIterationRequest(value: object): value is LifecycleIterationRequest; export declare function LifecycleIterationRequestFromJSON(json: any): LifecycleIterationRequest; export declare function LifecycleIterationRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): LifecycleIterationRequest; export declare function LifecycleIterationRequestToJSON(json: any): LifecycleIterationRequest; export declare function LifecycleIterationRequestToJSONTyped(value?: LifecycleIterationRequest | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=LifecycleIterationRequest.d.ts.map