UNPKG

@appsemble/utils

Version:

Utility functions used in Appsemble internally

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