SchemaError.d.ts 106 B

1234
  1. export default class SchemaError extends Error {
  2. message: string;
  3. constructor(message: string);
  4. }