Type alias ProcessRules

ProcessRules: {
    [index: string]: ProcessRule;
}

Type declaration