/**
 * Delete an existing staff member from the system.
 */
export interface DeleteStaffParams {
    smbToolType?: "delete_staff";
}
