Interface MapDebugFilterToDelegate

interface MapDebugFilterToDelegate {
    [filter: number]: Function;
}

Indexable

[filter: number]: Function