import { pick } from "https://deno.land/x/valibot@v1.0.0-beta.2-to-json-schema/src/methods/pick/pick.ts";
Creates a modified copy of an object schema that contains only the selected entries.
Type Parameters
TKeys extends ObjectKeys<TSchema>
Returns
An object schema.