Interface ClientConfig

interface ClientConfig {
    endpoint: string;
    token: string;
}

Properties

Properties

endpoint: string
token: string

Generated using TypeDoc