UNPKG

instagram-private-api

Version:

Instagram private API wrapper for full access to instagram

6 lines (5 loc) 225 B
import { IgResponseError } from './ig-response.error'; import { SpamResponse } from '../responses'; export declare class IgActionSpamError extends IgResponseError<SpamResponse> { readonly expirationDate: string | null; }