Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/typebox/src/typebox.ts>TypeBuilder#Pick

JSON Schema Type Builder with Static Type Resolution for TypeScript
Go to Latest
method TypeBuilder.prototype.Pick
import { TypeBuilder } from "https://deno.land/x/typebox@0.25.20/src/typebox.ts";

Standard Creates a new object type whose keys are picked from the given source type

Type Parameters

T extends TObject
K extends TUnion<TLiteral<string>[]>

Parameters

schema: T
keys: K
optional
options: ObjectOptions

Standard Creates a new object type whose keys are picked from the given source type

Parameters

schema: T
keys: readonly [...K]
optional
options: ObjectOptions