function SetIntersectimport { SetIntersect } from "https://deno.land/x/typebox@0.34.0/src/type/sets/set.ts"; SetIntersect<T extends PropertyKey[], S extends PropertyKey[]>(T: [...T], S: [...S]): TSetIntersect<T, S>Returns the Intersect of the given sets Type ParametersT extends PropertyKey[]S extends PropertyKey[]ParametersT: [...T]S: [...S]ReturnsTSetIntersect<T, S>