UNPKG

@appsemble/utils

Version:

Utility functions used in Appsemble internally

8 lines 279 B
export const trainingId = { name: 'trainingId', in: 'path', description: 'Id of the training on which the operation will be performed.', required: true, schema: { $ref: '#/components/schemas/Training/properties/id' }, }; //# sourceMappingURL=trainingId.js.map