function zod zod<T>(type: ZodType<T>): Validator<T> Type Parameters T Parameters type: ZodType<T> Return Type Validator<T>