TrendsLink: {
author_name: string;
author_url: string;
blurhash: string | null;
description: string;
embed_url: string;
height: number | null;
history: { accounts: number; day: number; uses: number }[] | null;
html: string;
id: string;
image: string | null;
image_description: string | null;
provider_name: string;
provider_url: string;
title: string;
type: "link" | "video" | "photo" | "rich";
url: string;
width: number | null;
}
Type Declaration
author_name: string
author_url: string
blurhash: string | null
description: string
embed_url: string
height: number | null
history: { accounts: number; day: number; uses: number }[] | null
html: string
id: string
image: string | null
image_description: string | null
provider_name: string
provider_url: string
title: string
type: "link" | "video" | "photo" | "rich"
url: string
width: number | null