UNPKG

cybersource-rest-client-typescript

Version:
8 lines (7 loc) 268 B
import winston from 'winston'; import MerchantConfig from '../core/MerchantConfig'; declare interface HTTPSigToken { getToken(merchantConfig: MerchantConfig, logger: winston.Logger): string; } declare const httpSigToken: HTTPSigToken; export default httpSigToken;