A key-value object of anything that is a valid JavaScript Object.

interface Parameters {
    [key: string]: any;
}

Indexable

[key: string]: any

Generated using TypeDoc