/**
 * Update an existing staff member's information.
 */
export interface UpdateStaffParams {
    smbToolType?: "update_staff";
}
