Interface Strategies

interface Strategies {
    [index: string]: BackoffFunction;
}

Indexable

[index: string]: BackoffFunction

Generated using TypeDoc