import { type ValidateFunction } from 'ajv' export type ValidateThrowType = (validate: ValidateFunction, data: any, lang?: string, name?: string, internal?: boolean) => asserts data is Type