Success class is used to standardize the structure of a "Success" response, including the response body, headers, status, and status text.ts
import { Success } from "@arkyn/server";
T): The response body to include in the HTTP response.ResponseInit, optional): Optional initialization object for customizing headers, status, and status text.toResponse()Success instance to a Response object with a JSON body.Response