UNPKG

@appsemble/utils

Version:

Utility functions used in Appsemble internally

8 lines 292 B
export const blockVersion = { name: 'blockVersion', in: 'path', description: 'The version of the block on which to perform an operation.', required: true, schema: { $ref: '#/components/schemas/BlockVersion/properties/version' }, }; //# sourceMappingURL=blockVersion.js.map