UNPKG

@appsemble/utils

Version:

Utility functions used in Appsemble internally

13 lines 321 B
export const Training = { type: 'object', description: 'Object representation of a training', additionalProperties: false, required: ['id'], properties: { id: { type: 'string', description: 'Id of the training', }, }, }; //# sourceMappingURL=Training.js.map