Described in programming terms: You try to type the weird dynamic object you have to deal with in Typescript but after spending too much time, you learn to relax about types and just write it in JS and it feels like it's working most of the time.
Don't forget the power of `as const` and type guards for tricky dynamic types! Especially for function params that accept multiple complex object types.