Interface APIConstructor

interface APIConstructor {
    new APIConstructornew (apiName): API;
}

Constructors

Constructors

  • Parameters

    • apiName: string

    Returns API

Generated using TypeDoc