Updated class is used to standardize the structure of an "Updated" response, including the response body, headers, status, and status text.ts
import { Updated } 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()Updated instance to a Response object with a JSON body.ResponsetoJson()Updated instance to a Response object using the Response.json method.Response