- Operating System: Ubuntu 16.04 LTS
- Node Version: 14.15.3
- NPM Version: 6.14.10
- webpack Version: ^4
- schema-utils Version: ^3
Feature Proposal
Please add standalone Schema type declaration.
Currently is possible to import it manually from validate method type declarations, but it is not convenient:
import * as schemaUtils from "schema-utils";
import { Schema } from "schema-utils/declarations/validate";
Feature Use Case
To use typed schema object, that is passed into validate method.
Feature Proposal
Please add standalone
Schematype declaration.Currently is possible to import it manually from validate method type declarations, but it is not convenient:
Feature Use Case
To use typed schema object, that is passed into validate method.