UNPKG

@openweb3-io/wallet-pay

Version:

Wallet Pay API client and wallet pay verification library

39 lines 981 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ListResponseEndpointOut = void 0; class ListResponseEndpointOut { constructor() { } static getAttributeTypeMap() { return ListResponseEndpointOut.attributeTypeMap; } } exports.ListResponseEndpointOut = ListResponseEndpointOut; ListResponseEndpointOut.discriminator = undefined; ListResponseEndpointOut.attributeTypeMap = [ { "name": "items", "baseName": "items", "type": "Array<EndpointOut>", "format": "" }, { "name": "prevCursor", "baseName": "prev_cursor", "type": "string", "format": "" }, { "name": "nextCursor", "baseName": "next_cursor", "type": "string", "format": "" }, { "name": "hasNext", "baseName": "has_next", "type": "boolean", "format": "" } ]; //# sourceMappingURL=ListResponseEndpointOut.js.map