function SetUnionimport { SetUnion } from "https://deno.land/x/typebox@0.33.22/src/type/sets/set.ts"; SetUnion<T extends PropertyKey[], S extends PropertyKey[]>(T: [...T], S: [...S]): TSetUnion<T, S>Returns the Union of the given sets Type ParametersT extends PropertyKey[]S extends PropertyKey[]ParametersT: [...T]S: [...S]ReturnsTSetUnion<T, S>