Skip to content

Commit

Permalink
chore: lint fix types.ts (#1402)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnautov-anton authored Nov 29, 2024
1 parent 6a51159 commit d1f33d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d1f33d1

Please sign in to comment.