function Setimport { Set } from "https://deno.land/x/typebox@0.33.22/src/type/registry/type.ts"; Set<TSchema = unknown>(kind: string, func: TypeRegistryValidationFunction<TSchema>)Sets a validation function for a user defined type Type ParametersoptionalTSchema = unknownParameterskind: stringfunc: TypeRegistryValidationFunction<TSchema>