UNPKG

instagram-private-api

Version:

Instagram private API wrapper for full access to instagram

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