UNPKG

242 BTypeScriptView Raw
1import { IgResponseError } from './ig-response.error';
2import { CheckpointResponse } from '../responses';
3export declare class IgCheckpointError extends IgResponseError<CheckpointResponse> {
4 get url(): string;
5 get apiUrl(): string;
6}