function SetIncludesimport { SetIncludes } from "https://deno.land/x/typebox@0.33.22/src/type/sets/set.ts"; SetIncludes<T extends PropertyKey[], S extends PropertyKey>(T: [...T], S: S): TSetIncludes<T, S>Returns true if element right is in the set of left Type ParametersT extends PropertyKey[]S extends PropertyKeyParametersT: [...T]S: SReturnsTSetIncludes<T, S>