UNPKG

instagram-private-api

Version:

Instagram private API wrapper for full access to instagram

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