UnknownObject type

A generic shape for a plain JS object.

type UnknownObject = { [s: string]: unknown }