4 lines
132 B
TypeScript
4 lines
132 B
TypeScript
|
|
import type { Vocabulary } from "ajv/dist/core";
|
||
|
|
declare const draft4Vocabularies: Vocabulary[];
|
||
|
|
export default draft4Vocabularies;
|