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

StandardSchemaV1.InferOutput

Infers the output type of a Standard Schema.

type InferOutput<Schema extends StandardSchemaV1> = NonNullable<Schema["~standard"]["types"]>["output"];

§Type Parameters

§Type

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