NoContent class is used to standardize the structure of a "No Content" response, including headers, status, and status text.ts
import { NoContent } from "@arkyn/server";
ResponseInit, optional): Optional initialization object for customizing headers, status, and status text.toResponse()NoContent instance to a Response object.Response