UNPKG

@clickup/ent-framework

Version:

A PostgreSQL graph-database-alike library with microsharding and row-level security

8 lines 452 B
import type { ValidatorPlainResult, ValidatorStandardSchemaResult, ValidatorZodSafeParseResult } from "../AbstractIs"; export declare function maybeThrowEntValidationError({ name, field, res, allowRichResult, }: { name: string; field: string | null; res: ValidatorPlainResult | ValidatorStandardSchemaResult | ValidatorZodSafeParseResult; allowRichResult: boolean; }): boolean; //# sourceMappingURL=maybeThrowEntValidationError.d.ts.map