Interface ClientOptions

interface ClientOptions {
    apiUrl?: string;
}

Properties

Properties

apiUrl?: string

Generated using TypeDoc