Interface: IKeyValues
Defined in: interfaces/index.ts:40
This is used to store key-value pairs and can be passed to Interpreter for parsers to use.
It is empty by default and so has type {}.
If you want to use it, you need to use Augmentation to add your own properties.