Type alias MethodMap<T>

MethodMap<T>: {
    [key: string]: T;
}

A map of methods of the api or it's submodules. (Contained once in each module and submodule and once on the api itself)

Type Parameters

Type declaration

  • [key: string]: T

Typeparam

T - The type of the method.

See

MethodBuilderMap

Generated using TypeDoc