/** * 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. */ /** * Validate response, fields are dynamically created based * on the stage * @export * @interface PromptChallengeResponseRequest */ export interface PromptChallengeResponseRequest { [key: string]: any | any; /** * * @type {string} * @memberof PromptChallengeResponseRequest */ component?: string; } /** * Check if a given object implements the PromptChallengeResponseRequest interface. */ export declare function instanceOfPromptChallengeResponseRequest(value: object): value is PromptChallengeResponseRequest; export declare function PromptChallengeResponseRequestFromJSON(json: any): PromptChallengeResponseRequest; export declare function PromptChallengeResponseRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): PromptChallengeResponseRequest; export declare function PromptChallengeResponseRequestToJSON(json: any): PromptChallengeResponseRequest; export declare function PromptChallengeResponseRequestToJSONTyped(value?: PromptChallengeResponseRequest | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=PromptChallengeResponseRequest.d.ts.map