React TypeScript: Delete with Confirmation Modal and RTK Query

In this example, we will implement an Agency DataTable with a delete functionality using React, TypeScript, RTK Query, and React Toastify.

Features

import { useState } from "react";

import { toast } from "react-toastify";