DataRecord
ts
type DataRecord = Record<string, string | number>;Defined in: transformer.ts:11
A record of key-value pairs where the keys are strings and the values are either strings or numbers.
Since
1.0.0
Author
Simon Kovtyk