UNPKG

eventbrite

Version:
10 lines (9 loc) 269 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CONTINUATION_KEY = exports.PAGE_KEY = void 0; var PAGE_KEY = 'page'; exports.PAGE_KEY = PAGE_KEY; var CONTINUATION_KEY = 'continuation'; exports.CONTINUATION_KEY = CONTINUATION_KEY;