Skip to content

Type Alias: PlainObject

ts
type PlainObject = Record<string, unknown>;

Describes a non-class, non-null, non-function object which can be used as the properties of a model.