UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

17 lines 406 B
export interface FileInformation { created?: number; file_id?: string; filename?: string; notes?: string; object_type?: string; size?: number; } export declare namespace FileInformation { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=fileInformation.d.ts.map