interface AmoAppsCentralClientConfig {
    baseUrl: string;
    debug?: boolean;
    websocketUrl?: string;
}

Properties

baseUrl: string
debug?: boolean
websocketUrl?: string

Generated using TypeDoc