UNPKG

@appsemble/utils

Version:

Utility functions used in Appsemble internally

18 lines 557 B
export const pathItems = { parameters: [ { $ref: '#/components/parameters/organizationId' }, { $ref: '#/components/parameters/blockId' }, { $ref: '#/components/parameters/blockVersion' }, ], get: { tags: ['common', 'block', 'version'], description: 'Get the icon of a block version.', operationId: 'getBlockVersionIcon', responses: { 200: { description: 'The icon that represents the block.', }, }, }, }; //# sourceMappingURL=icon.js.map