Type Alias UserNotificationsUpdateWithoutUserInput

UserNotificationsUpdateWithoutUserInput: {
    dbId?: StringFieldUpdateOperationsInput | string;
    isRead?: BoolFieldUpdateOperationsInput | boolean;
    list?: UserNotificationDataUpdateManyWithoutUserNotificationsNestedInput;
}