Interface BaseClass

Ensure that all classes that extend this interface have a client property. The client has essential methods for making requests to the API and other services.

interface BaseClass {
    client: Client;
}

Hierarchy (view full)

Implemented by

Properties

Properties

client: Client

Generated using TypeDoc