Entity
import type { Entity } from "https://raw.githubusercontent.com/takker99/scrapbox-url-customizer/0.4.3/internal/getTweet.ts";
interface Entity {
indices: Indices;
}§Properties
§
An array of integers representing offsets within the Tweet text where the entity begins and ends. The first integer represents the location of the first character of the entity in the Tweet text. The second integer represents the location of the first non-entity character after the end of the entity.
@example
"indices":[30,53]