Type Alias: NonNullObject
NonNullObject: object & object
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.
Defined in
types.ts:120