Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
type alias ExtractEndpointsByPath
import { type ExtractEndpointsByPath } from "https://deno.land/x/openbox@1.1.8/types/utils.ts";

Type Parameters

P extends string
E
definition: P extends keyof E ? E[P] : never