allRequired.d.ts 109 Bytes Raw Blame History Permalink 1 2 3 import type { Plugin } from "ajv"; declare const allRequired: Plugin<undefined>; export default allRequired;