Skip to main content
Module

x/twi/types.ts>GetContent

Twitter API v2 Client for Deno
Latest
type alias GetContent
import { type GetContent } from "https://deno.land/x/twi@1.2.2/types.ts";
definition: "content" extends keyof T ? ResponseType extends keyof T["content"] ? T["content"][ResponseType] : never : never