gameStatusUpdate/node_modules/ajv-keywords/dist/keywords/index.d.ts

4 lines
131 B
TypeScript
Raw Normal View History

2024-09-18 08:27:46 -07:00
import type { Plugin } from "ajv";
declare const ajvKeywords: Record<string, Plugin<any> | undefined>;
export default ajvKeywords;