import { type ExpandRecursively } from "https://deno.land/x/fathym_common@v0.0.141/src/src.deps.ts";
Force intellisense to expand the typing to hide merging typings
definition: T extends Record<PropertyKey, unknown> ? T extends infer O ? [K in keyof O]: ExpandRecursively<O[K]> : never : T