Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

z.StandardSchemaV1.InferInput

Infers the input type of a Standard Schema.

type InferInput<Schema extends StandardSchemaV1> = NonNullable<Schema["~standard"]["types"]>["input"];

§Type Parameters

§Type

§
NonNullable<Schema["~standard"]["types"]>["input"]
[src]