import { type OmitComplexes } from "https://deno.land/x/fathym_common@v0.0.184/deps.ts";
Exclude map, sets and array from type
definition: Omit<T, keyof PartialByType<T, >>
| Map<unknown, unknown>
| Set<unknown>
| Array<unknown>
| Record<PropertyKey, unknown>