Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BodyJSONContext

import type { BodyJSONContext } from "https://raw.githubusercontent.com/worker-tools/middleware/master/index.ts";
interface BodyJSONContext <J = any> {
accepted: JSON;
body: J;
json: J;
}

§Type Parameters

§
J = any
[src]

§Properties

§
accepted: JSON
[src]
§
body: J
[src]
§
json: J
[src]