Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RefTweet

import type { RefTweet } from "https://raw.githubusercontent.com/takker99/scrapbox-url-customizer/0.4.3/internal/getTweet.ts";
interface RefTweet extends Omit<Tweet, "__typename" | "conversation_count"> {
reply_count: number;
retweet_count: number;
}

§Extends

§
Omit<Tweet, "__typename" | "conversation_count">
[src]

§Properties

§
reply_count: number
[src]

the number of replies

§
retweet_count: number
[src]

the number of retweets