Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/clarigen/src/index.ts>ErrType

Deno package for type-safe Clarinet tests
Go to Latest
type alias ErrType
Re-export
import { type ErrType } from "https://deno.land/x/clarigen@v0.4.9/src/index.ts";
definition: R extends ResponseErr<unknown, infer V> ? V : never