UNPKG

@accounter/israeli-vat-scraper

Version:
7 lines (6 loc) 244 B
import { ErrorObject } from 'ajv'; import type { Report } from './types.js'; export declare const validateSchema: (jsonSchema: Record<string, unknown>, data: Report[]) => { isValid: boolean; errors: ErrorObject[] | null | undefined; };