type NewUserFormFields = {
  dict: Dictionary;
  handleTogglePermissionsSection: () => void;
  isPending: boolean;
  closeModal: (id: string) => void;
};
