UNPKG

@appsemble/utils

Version:

Utility functions used in Appsemble internally

8 lines 215 B
export const screenshotId = { name: 'screenshotId', in: 'path', description: 'The id of an app screenshot', required: true, schema: { type: 'number' }, }; //# sourceMappingURL=screenshotId.js.map