RTSDK
    Preparing search index...

    Interface TopiaInterface

    interface TopiaInterface {
        apiDomain?: string;
        apiKey?: string;
        apiProtocol?: string;
        axios: AxiosInstance;
        interactiveKey?: string;
        interactiveSecret?: Secret;
    }

    Implemented by

    Index

    Properties

    apiDomain?: string
    apiKey?: string
    apiProtocol?: string
    axios: AxiosInstance
    interactiveKey?: string
    interactiveSecret?: Secret