UNPKG

@appsemble/utils

Version:

Utility functions used in Appsemble internally

8 lines 250 B
export const appVariableId = { name: 'appVariableId', in: 'path', description: 'The id of the app variable on which to perform an operation', required: true, schema: { type: 'string' }, }; //# sourceMappingURL=appVariableId.js.map