UNPKG

instagram-private-api

Version:

Instagram private API wrapper for full access to instagram

5 lines (4 loc) 182 B
import { IgResponseError } from './ig-response.error'; import { SpamResponse } from '../responses'; export declare class IgSignupBlockError extends IgResponseError<SpamResponse> { }