import { JsonTypeBuilder } from "https://deno.land/x/typebox@0.31.20/src/typebox.ts";
[Json]
Constructs a type whose keys are picked from the given type
Returns
TPick<T, TUnionLiteralKeyRest<K>[number]>
[Json]
Constructs a type whose keys are picked from the given type
Type Parameters
T extends TSchema
K extends TTemplateLiteral
Returns
TPick<T, TTemplateLiteralKeyRest<K>[number]>