We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 289de04 commit f245ee5Copy full SHA for f245ee5
lib/shop/model/errorResponse.ts
@@ -17,4 +17,5 @@ export type ErrorResponse = {
17
* @see <a href="https://developers.line.biz/en/reference/partner-docs/#send-mission-stickers-v3">message Documentation</a>
18
*/
19
message: string /**/;
20
+ hoge: string;
21
};
0 commit comments