interface MethodOptions {
    [key: string]: Function;
}

Indexable

[key: string]: Function

Generated using TypeDoc