/** * 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. */ /** * Dummy challenge response * @export * @interface DummyChallengeResponseRequest */ export interface DummyChallengeResponseRequest { /** * * @type {string} * @memberof DummyChallengeResponseRequest */ component?: string; } /** * Check if a given object implements the DummyChallengeResponseRequest interface. */ export declare function instanceOfDummyChallengeResponseRequest(value: object): value is DummyChallengeResponseRequest; export declare function DummyChallengeResponseRequestFromJSON(json: any): DummyChallengeResponseRequest; export declare function DummyChallengeResponseRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): DummyChallengeResponseRequest; export declare function DummyChallengeResponseRequestToJSON(json: any): DummyChallengeResponseRequest; export declare function DummyChallengeResponseRequestToJSONTyped(value?: DummyChallengeResponseRequest | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=DummyChallengeResponseRequest.d.ts.map