Skip to content

Home > @jview/types > PlainObject

PlainObject type

普通对象类型

Signature:

typescript
export type PlainObject<K extends IndexType = string, V = unknown> = Record<K, V>;
export type PlainObject<K extends IndexType = string, V = unknown> = Record<K, V>;

References: IndexType