Interface: CoreObject<T>
Defined in: base/core-types/base.ts:25
A mutable object with string keys and optional type parameter for values
Type Parameters
| Type Parameter | Default type |
|---|---|
T extends CoreValue | CoreValue |
Indexable
[key: string]: T
Defined in: base/core-types/base.ts:25
A mutable object with string keys and optional type parameter for values
| Type Parameter | Default type |
|---|---|
T extends CoreValue | CoreValue |
[key: string]: T