UNPKG

instagram-private-api

Version:

Instagram private API wrapper for full access to instagram

7 lines (6 loc) 242 B
import { IgResponseError } from './ig-response.error'; import { CheckpointResponse } from '../responses'; export declare class IgCheckpointError extends IgResponseError<CheckpointResponse> { get url(): string; get apiUrl(): string; }