/** * 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. */ /** * * @export * @interface AuthenticatorDuoStageDeviceImportResponse */ export interface AuthenticatorDuoStageDeviceImportResponse { /** * * @type {number} * @memberof AuthenticatorDuoStageDeviceImportResponse */ readonly count: number; /** * * @type {string} * @memberof AuthenticatorDuoStageDeviceImportResponse */ readonly error: string; } /** * Check if a given object implements the AuthenticatorDuoStageDeviceImportResponse interface. */ export declare function instanceOfAuthenticatorDuoStageDeviceImportResponse(value: object): value is AuthenticatorDuoStageDeviceImportResponse; export declare function AuthenticatorDuoStageDeviceImportResponseFromJSON(json: any): AuthenticatorDuoStageDeviceImportResponse; export declare function AuthenticatorDuoStageDeviceImportResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): AuthenticatorDuoStageDeviceImportResponse; export declare function AuthenticatorDuoStageDeviceImportResponseToJSON(json: any): AuthenticatorDuoStageDeviceImportResponse; export declare function AuthenticatorDuoStageDeviceImportResponseToJSONTyped(value?: Omit | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=AuthenticatorDuoStageDeviceImportResponse.d.ts.map