4 lines
109 B
TypeScript
4 lines
109 B
TypeScript
|
import type { Plugin } from "ajv";
|
||
|
declare const oneRequired: Plugin<undefined>;
|
||
|
export default oneRequired;
|