Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
type alias FilteredStreamRuleReq
import { type FilteredStreamRuleReq } from "https://deno.land/x/twitter_api_client@v0.4.0/api_v2/tweets/filtered_stream.ts";
definition: { add: Omit<FilteredStreamRule, "id">[]; delete?: undefined; } | { add?: undefined; delete: { ids: string[]; }; }