Type Alias UserNotificationsDeleteManyArgs<ExtArgs>

UserNotificationsDeleteManyArgs<ExtArgs>: {
    limit?: number;
    where?: UserNotificationsWhereInput;
}

UserNotifications deleteMany

Type Parameters

Type declaration

  • Optionallimit?: number

    Limit how many UserNotifications to delete.

  • Optionalwhere?: UserNotificationsWhereInput

    Filter which UserNotifications to delete