UNPKG

zerobounce

Version:
6 lines (5 loc) 146 B
export declare class ResponseError { error: string; constructor(error?: string); static fromAny(object: any): ResponseError | null; }