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