UNPKG

@clickup/ent-framework

Version:

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

14 lines (7 loc) 557 B
[**@clickup/ent-framework**](../README.md) *** [@clickup/ent-framework](../globals.md) / ValidatorZodSafeParseResult # Type Alias: ValidatorZodSafeParseResult > **ValidatorZodSafeParseResult**: \{ `success`: `true`; `error`: `undefined`; \} \| \{ `success`: `false`; `error`: \{ `issues`: `ReadonlyArray`\<\{ `message`: `string`; `path`: readonly `PropertyKey`[]; \}\>; \}; \} Defined in: [src/ent/predicates/AbstractIs.ts:25](https://github.com/clickup/ent-framework/blob/master/src/ent/predicates/AbstractIs.ts#L25) Result of Zod safeParse() calls.