Type Alias: NonNullObject
NonNullObject:
object
&object
Defined in: types.ts:120
An object that is non nullable, to bypass TypeScript not easily working with Record<PropertyKey, unknown>
in various instances.
Deprecated
Use the object
type instead.