node_modules/ajv/dist/core.d.ts
@@ -37,6 +37,7 @@ timestamp?: "string" | "date"; parseDate?: boolean; allowDate?: boolean; specialNumbers?: "fast" | "null"; $comment?: true | ((comment: string, schemaPath?: string, rootSchema?: AnySchemaObject) => unknown); formats?: { [Name in string]?: Format;