From d1f33d17d89bc0e2c2b4a61172a7f16e0461f09f Mon Sep 17 00:00:00 2001 From: Anton Arnautov <43254280+arnautov-anton@users.noreply.github.com> Date: Fri, 29 Nov 2024 11:03:49 +0100 Subject: [PATCH] chore: lint fix types.ts (#1402) --- src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types.ts b/src/types.ts index 042c3e81c..87de0e04c 100644 --- a/src/types.ts +++ b/src/types.ts @@ -2145,9 +2145,9 @@ export type Attachment< footer_icon?: string; giphy?: GiphyData; image_url?: string; - mime_type?: string; latitude?: number; longitude?: number; + mime_type?: string; og_scrape_url?: string; original_height?: number; original_width?: number;