mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-07 19:25:13 +02:00
8 lines
151 B
TypeScript
8 lines
151 B
TypeScript
declare module 'ajv-keywords' {
|
|
import { Ajv } from 'ajv';
|
|
|
|
function keywords(ajv: Ajv, include?: string | string[]): Ajv;
|
|
|
|
export = keywords;
|
|
}
|