Skip to main content
Module

x/twi/types.ts>ExtractTwitterResponse

Twitter API v2 Client for Deno
Go to Latest
type alias ExtractTwitterResponse
import { type ExtractTwitterResponse } from "https://deno.land/x/twi@1.2.0/types.ts";
definition: "responses" extends keyof T ? GetSuccess<T["responses"]> : never