UNPKG

unleash-server

Version:

Unleash is an enterprise ready feature flag service. It provides different strategies for handling feature flags.

24 lines 696 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.basePaginationParameters = void 0; exports.basePaginationParameters = [ { name: 'limit', schema: { type: 'string', example: '50', }, description: 'The number of results to return in a page. By default it is set to 50.', in: 'query', }, { name: 'offset', schema: { type: 'string', example: '50', }, description: 'The number of results to skip when returning a page. By default it is set to 0.', in: 'query', }, ]; //# sourceMappingURL=base-pagination-parameters.js.map