prohibited.d.ts 107 B

123
  1. import type { Plugin } from "ajv";
  2. declare const prohibited: Plugin<undefined>;
  3. export default prohibited;