UNPKG

wexen

Version:
4 lines (3 loc) 193 B
import { HttpResponse, None } from '../../../index.ts'; export type NotFoundResponse = HttpResponse & {}; export declare function newNotFoundResponse(value?: unknown | None): NotFoundResponse;