PlainObject
PlainObject<
T> =object
Defined in: packages/sigma/src/types.ts:30
Util type to represent maps of typed elements, but implemented with JavaScript objects.
Type Parameters
T
T = any
Index Signature
[k: string]: T
PlainObject<
T> =object
Defined in: packages/sigma/src/types.ts:30
Util type to represent maps of typed elements, but implemented with JavaScript objects.
T = any
[k: string]: T