In case the NotificationProvider found by the where argument doesn't exist, create a new NotificationProvider with this data.
Optionalomit?: NotificationProviderOmit<ExtArgs> | nullOmit specific fields from the NotificationProvider
Optionalselect?: NotificationProviderSelect<ExtArgs> | nullSelect specific fields to fetch from the NotificationProvider
In case the NotificationProvider was found with the provided where argument, update it with this data.
The filter to search for the NotificationProvider to update in case it exists.
NotificationProvider upsert