Type representing a JSON object with no own properties
type EmptyObject = { [__brand]?: never; }
Optional
Type representing a JSON object with no own properties