interface IRawCapturesMap {
    [captureId: string]: IRawRule;
}

Indexable

[captureId: string]: IRawRule