Skip to main content
Module

x/endofunctor/types.ts>ObjectRawResponseStatic

🌍 Vixeny: A runtime-agnostic, performance-centric library championing functional purity for modern web development.
Go to Latest
type alias ObjectRawResponseStatic
Re-export
import { type ObjectRawResponseStatic } from "https://deno.land/x/endofunctor@v0.0.945/types.ts";

Object for raw response static.

definition: ({ type: "fileServer"; name: string; path: string; } | { type: "fileServer"; name: string; path: string; mime?: true; extra: [string, string][]; } | { type: "fileServer"; name: string; path: string; mime: false; }) & { template?: StaticFilePlugin[]; removeExtensionOf?: defaultMime[]; slashIs?: string; }