Type Alias UserNotificationDataDeleteManyArgs<ExtArgs>

UserNotificationDataDeleteManyArgs<ExtArgs>: {
    limit?: number;
    where?: UserNotificationDataWhereInput;
}

UserNotificationData deleteMany

Type Parameters

Type declaration

  • Optionallimit?: number

    Limit how many UserNotificationData to delete.

  • Optionalwhere?: UserNotificationDataWhereInput

    Filter which UserNotificationData to delete