UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

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