Skip to main content
Module

x/fast/types.ts>ErrorInit

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