UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

12 lines 305 B
export interface FinancialStatement { file_id?: string; } export declare namespace FinancialStatement { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=financialStatement.d.ts.map