interface IProcessVariables {
    [key: string]: JSON;
}

Indexable

[key: string]: JSON

Generated using TypeDoc