Skip to content

Commit 923472d

Browse files
committed
fix return type of getRichMenuList
1 parent 8e34700 commit 923472d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ export default class Client {
145145
return this.postBinary(URL.richMenuContent(richMenuId), data, contentType);
146146
}
147147

148-
public getRichMenuList(): Promise<any> {
148+
public getRichMenuList(): Promise<Array<Types.RichMenuId & Types.RichMenu>> {
149149
return this.get(URL.richMenuList());
150150
}
151151

0 commit comments

Comments
 (0)