Skip to content

Commit 2c60d32

Browse files
author
Hyunje Jun
committed
Rename Item type to QuickReplyItem
1 parent 5729617 commit 2c60d32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1142,14 +1142,14 @@ export type QuickReply = {
11421142
*
11431143
* Array of objects (Max: 13)
11441144
*/
1145-
items: Item[];
1145+
items: QuickReplyItem[];
11461146
};
11471147

11481148
/**
11491149
* This is a quick reply option that is displayed as a button.
11501150
* For more information, see [quick reply buttons](https://developers.line.me/en/reference/messaging-api/#quick-reply-button-object).
11511151
*/
1152-
export type Item = {
1152+
export type QuickReplyItem = {
11531153
type: "action";
11541154
/**
11551155
* URL of the icon that is displayed at the beginning of the button (Max: 1000 characters)

0 commit comments

Comments
 (0)