Type Alias SyncParseReturnType<T>

SyncParseReturnType<T>: zod.z.OK<T> | zod.z.DIRTY<T> | zod.z.INVALID

Type Parameters

  • T = any