Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
type alias BuilderExtract
import { type BuilderExtract } from "https://deno.land/x/embassyd_sdk@v0.3.4.0.0-alpha2/lib/src/config/builder.ts";
definition: A extends IBuilder<infer B> ? B : never