Skip to content

Commit a08ffdd

Browse files
committed
change T[] to Array<T>, follow upper codes
1 parent c77f902 commit a08ffdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/responses/sendManyDetailResponse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ export type DetailGroupMessageResponse = {
4242
/**
4343
* Send 메소드 호출 당시 showMessageList 값이 true로 되어있을 때 표시되는 메시지 목록
4444
*/
45-
messageList?: MessageResponseItem[];
45+
messageList?: Array<MessageResponseItem>;
4646
};

0 commit comments

Comments
 (0)