@openweb3-io/waas
Version:
WaaS API client and WaaS verification library
52 lines • 1.25 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CursorIteratorEndpoint = void 0;
class CursorIteratorEndpoint {
constructor() {
}
static getAttributeTypeMap() {
return CursorIteratorEndpoint.attributeTypeMap;
}
}
exports.CursorIteratorEndpoint = CursorIteratorEndpoint;
CursorIteratorEndpoint.discriminator = undefined;
CursorIteratorEndpoint.mapping = undefined;
CursorIteratorEndpoint.attributeTypeMap = [
{
"name": "done",
"baseName": "done",
"type": "boolean",
"format": ""
},
{
"name": "hasNext",
"baseName": "has_next",
"type": "boolean",
"format": ""
},
{
"name": "hasPrev",
"baseName": "has_prev",
"type": "boolean",
"format": ""
},
{
"name": "items",
"baseName": "items",
"type": "Array<Endpoint>",
"format": ""
},
{
"name": "nextCursor",
"baseName": "next_cursor",
"type": "string",
"format": ""
},
{
"name": "prevCursor",
"baseName": "prev_cursor",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=CursorIteratorEndpoint.js.map