diff --git a/lib/ajv.d.ts b/lib/ajv.d.ts index 63f110a..8b29c5b 100644 --- a/lib/ajv.d.ts +++ b/lib/ajv.d.ts @@ -181,6 +181,7 @@ declare namespace ajv { useDefaults?: boolean | 'shared'; coerceTypes?: boolean | 'array'; strictDefaults?: boolean | 'log'; + strictKeywords?: boolean | 'log'; async?: boolean | string; transpile?: string | ((code: string) => string); meta?: boolean | object;