Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/endofunctor/optimizer/types.ts>ObjectRawResponseStatic

Functional web framework for Bun and Deno
Go to Latest
type alias ObjectRawResponseStatic
import { type ObjectRawResponseStatic } from "https://deno.land/x/endofunctor@v0.0.681/optimizer/types.ts";
definition: { type: "static"; name: string; path: string; } | { type: "static"; name: string; path: string; mime?: true; extra: [string, string][]; } | { type: "static"; name: string; path: string; mime: false; }