function Discardimport { Discard } from "https://dotland.deno.dev/x/typebox@0.33.22/src/type/discard/discard.ts"; Discard(value: Record<PropertyKey, any>, keys: PropertyKey[])Discards property keys from the given value. This function returns a shallow Clone. Parametersvalue: Record<PropertyKey, any>keys: PropertyKey[]