UNPKG

instagram-private-api

Version:

Instagram private API wrapper for full access to instagram

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