UrlEntityCopyimport type { UrlEntity } from "https://raw.githubusercontent.com/takker99/scrapbox-url-customizer/0.4.3/internal/getTweet.ts";interface UrlEntity extends Entity {display_url: string;expanded_url: string;url: string;}§Extends§Entity[src]§Properties§display_url: string[src]URL pasted/typed into Tweet @example"display_url":"bit.ly/2so49n2" §expanded_url: string[src]Expanded version of display_url @example"expanded_url":"http://bit.ly/2so49n2" §url: string[src]Wrapped URL, corresponding to the value embedded directly into the raw Tweet text, and the values for the indices parameter. @example"url":"https://t.co/yzocNFvJuL"