UNPKG

205 BTypeScriptView Raw
1import { LoginRequiredResponse } from '../responses';
2import { IgResponseError } from './ig-response.error';
3export declare class IgUserHasLoggedOutError extends IgResponseError<LoginRequiredResponse> {
4}