/** * This file was auto-generated by Fern from our API Definition. */ /** * @example * { * email: "email" * } */ export interface AddMemberToGroupRequest { /** The email of the target workspace member. */ email: string; }