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.
NonNullObject:
object&object
An object that is non nullable, to bypass TypeScript not easily working with Record<PropertyKey, unknown> in various instances.