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