UNPKG

@logi.one/rest-client

Version:

This is a free, ultra-lightweight and easy to use rest client for node.js supporting JSON requests and streams with no external dependencies.

6 lines (5 loc) 242 B
import { StandardSchemaV1 } from './standard-schema.v1'; export declare class SchemaValidationError extends Error { readonly issues: ReadonlyArray<StandardSchemaV1.Issue>; constructor(issues: ReadonlyArray<StandardSchemaV1.Issue>); }