Skip to main content
Module

x/twi/types.ts>TwitterPath

Twitter API v2 Client for Deno
Go to Latest
type alias TwitterPath
import { type TwitterPath } from "https://deno.land/x/twi@1.2.1/types.ts";
definition: "parameters" extends keyof T ? "path" extends keyof T["parameters"] ? T["parameters"]["path"] : never : never