Generic plain object type.
1.1.0
Represents an object with string, number, or symbol keys and any value types. Useful as a base type for object manipulations and transformations.
type Obj = PlainObject;// Record< string | number | symbol, any > Copy
type Obj = PlainObject;// Record< string | number | symbol, any >
Generic plain object type.