Type Alias SyncParseReturnType<T>

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

Type Parameters

  • T = any