UNPKG

comic-vine-sdk

Version:

A JS/TS client for the Comic Vine API

5 lines (4 loc) 175 B
import { BaseError } from './base-error.js'; export declare class OptionsValidationError extends BaseError { constructor(path: Array<string | number>, message: string); }