NET-Web-API-w-Angular/my-app/node_modules/ajv-keywords/dist/keywords/anyRequired.d.ts

3 lines
109 B
TypeScript
Executable file

import type { Plugin } from "ajv";
declare const anyRequired: Plugin<undefined>;
export default anyRequired;