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

x/fast/types.ts>ErrorInit

Speedy web framework
Go to Latest
type alias ErrorInit
import { type ErrorInit } from "https://deno.land/x/fast@5.3.1/types.ts";
definition: { status: number; message: string; } & Record<string, string | number>