UNPKG

124 BTypeScriptView Raw
1import { IgClientError } from './ig-client.error';
2export declare class IgChallengeWrongCodeError extends IgClientError {
3}