blob: 55e0fb1f23b6ac33ee26ac9d4b385f38400ccd1c [file] [log] [blame]
import type { Plugin } from "ajv";
declare const anyRequired: Plugin<undefined>;
export default anyRequired;