interface GatewayOptions {
    apiKey: string;
    apiSecret: string;
}

Properties

Properties

apiKey: string
apiSecret: string