Skip to main content
Module

x/deno_books/deps.ts>z.InputTypeOfTuple

Access OpenLibrary's API with Deno.
Go to Latest
type alias z.InputTypeOfTuple
import { type z } from "https://deno.land/x/deno_books@v1.4.0/deps.ts";
const { InputTypeOfTuple } = z;
definition: AssertArray<[k in keyof T]: T[k] extends ZodType<any, any> ? T[k]["_input"] : never>