NestJS MCP - v1.0.1
    Preparing search index...

    Function validateWithZod

    • Validate input against a Zod schema Returns validated data or throws an error

      Type Parameters

      • T

      Parameters

      • schema: ZodType<T>
      • data: unknown

      Returns T