@airwallex/node-sdk
Version:
Airwallex Node.js SDK
25 lines • 775 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ListFileInformation = void 0;
var ListFileInformation;
(function (ListFileInformation) {
ListFileInformation.discriminator = 'ListFileInformation';
ListFileInformation.attributeTypeMap = [
{
name: 'data',
baseName: 'data',
type: 'Array<FileInformation>',
},
{
name: 'has_more',
baseName: 'has_more',
type: 'boolean',
},
{
name: 'object_type',
baseName: 'object_type',
type: 'string',
},
];
})(ListFileInformation || (exports.ListFileInformation = ListFileInformation = {}));
//# sourceMappingURL=listFileInformation.js.map