UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

16 lines 415 B
import { Duration } from './duration'; export interface TemporalUnit { date_based?: boolean; duration?: Duration; duration_estimated?: boolean; time_based?: boolean; } export declare namespace TemporalUnit { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=temporalUnit.d.ts.map