/**
 * Create a new staff member in the system.
 */
export interface CreateStaffParams {
    smbToolType?: "create_staff";
}
