Skip to content

Commit 134d99c

Browse files
committed
Fixes #542
1 parent c4ff652 commit 134d99c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

types/index.d.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,10 @@ export interface ExtendedAttachment extends Client.Attachment {
691691
id?: string;
692692
asset_url?: string;
693693
mime_type?: string;
694-
images?: Array;
694+
images?: Array<{
695+
image_url?: string;
696+
thumb_url?: string;
697+
}>;
695698
}
696699

697700
export interface BaseAttachmentUIComponentProps {

0 commit comments

Comments
 (0)