UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

15 lines 400 B
import { LocalTime } from './localTime'; import { ZoneId } from './zoneId'; export interface RateRefreshConfig { time: LocalTime; time_zone: ZoneId; } export declare namespace RateRefreshConfig { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=rateRefreshConfig.d.ts.map