Type Alias UserNotificationDataIncludeUpdateManyAndReturn<ExtArgs>

UserNotificationDataIncludeUpdateManyAndReturn<ExtArgs>: {
    userNotifications?: boolean | UserNotificationData$userNotificationsArgs<ExtArgs>;
}

Type Parameters