This type defines a named export that can
be used to map any object that represents its content
as an object and contains a set of fields with values.
This type is an utility-type that is never required,
you can always use the underlying Record<string, any>
type instead, or build the object explicitely (any).
This type defines a named export that can be used to map
any
object that represents its content as anobject
and contains a set of fields with values.This type is an utility-type that is never required, you can always use the underlying
Record<string, any>
type instead, or build the object explicitely (any
).Using the
ObjectLiteral
typev0.3.0