UNPKG

@appsemble/utils

Version:

Utility functions used in Appsemble internally

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