UNPKG

@appsemble/utils

Version:

Utility functions used in Appsemble internally

8 lines 259 B
export const assetId = { name: 'assetId', in: 'path', description: 'The ID of the asset on which to perform an operation', required: true, schema: { $ref: '#/components/schemas/Asset/properties/id' }, }; //# sourceMappingURL=assetId.js.map