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

Type Parameters

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