/** * Change the seat count of an existing group session registration. */ export interface UpdateGroupSessionSeatsParams { smbToolType?: "update_group_session_seats"; }