import { TypeBuilder } from "https://deno.land/x/typebox@0.25.13/src/typebox.ts";
Standard
Creates a new object type whose keys are picked from the given source type
Standard
Creates a new object type whose keys are picked from the given source type
Type Parameters
T extends TObject
K extends ObjectPropertyKeys<T>[]