error.d.ts 94 Bytes
export declare class JsonSchemaErrorBase extends Error {
    constructor(message?: string);
}