Type alias ModuleMap<T>

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

A map of modules 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

See

ModuleBuilderMap

Generated using TypeDoc