From a842f5b981007de9143e7d4a588a76814a5df43d Mon Sep 17 00:00:00 2001 From: Anton Arnautov Date: Fri, 29 Nov 2024 10:51:34 +0100 Subject: [PATCH] chore: lint fix types.ts --- src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types.ts b/src/types.ts index 042c3e81cc..87de0e04c0 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;