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

x/clarigen/src/index.ts>OkType

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