UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

13 lines 302 B
export interface ListItemDTO { label?: string; value?: string; } export declare namespace ListItemDTO { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=listItemDTO.d.ts.map