Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
type alias ObjectRawResponseStatic
import { type ObjectRawResponseStatic } from "https://deno.land/x/endofunctor@v0.0.0.6/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; }