UNPKG

@appsemble/utils

Version:

Utility functions used in Appsemble internally

7 lines 192 B
export const $skip = { name: '$skip', in: 'query', description: 'Start the query from an offset.', schema: { type: 'integer', minimum: 0 }, }; //# sourceMappingURL=$skip.js.map