Skip to content

Commit 93f2727

Browse files
author
Hyunje Jun
committed
Fix typo in ImageMapMessage type
1 parent 1b478d8 commit 93f2727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export type StickerMessage = {
167167
};
168168

169169
export type ImageMapMessage = {
170-
type: "image";
170+
type: "imagemap";
171171
baseUrl: string;
172172
altText: string;
173173
baseSize: Size;

0 commit comments

Comments
 (0)