UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

14 lines 319 B
export interface PartialDate { day?: number; month?: number; year?: number; } export declare namespace PartialDate { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=partialDate.d.ts.map