Type alias APIConfig

APIConfig: {
    apiKey: string;
    crypto: Crypto;
}

Type declaration

Generated using TypeDoc