interface CreateClientParams {
    apiURL: string;
    serviceKey: string;
}

Properties

Properties

apiURL: string
serviceKey: string