UNPKG

@appsemble/utils

Version:

Utility functions used in Appsemble internally

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