@line/bot-sdk
Version:
Node.js SDK for LINE Messaging API
21 lines • 826 B
TypeScript
/**
* LINE Messaging API(Insight)
* This document describes LINE Messaging API(Insight).
*
* The version of the OpenAPI document: 0.0.1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
import { GetRichMenuInsightSummaryResponseBounds } from "./getRichMenuInsightSummaryResponseBounds.js";
import { GetRichMenuInsightSummaryResponseMetrics } from "./getRichMenuInsightSummaryResponseMetrics.js";
/**
* Click metrics for a single tappable area of the rich menu.
*/
export type GetRichMenuInsightSummaryResponseClick = {
bounds: GetRichMenuInsightSummaryResponseBounds;
metrics: GetRichMenuInsightSummaryResponseMetrics;
};
//# sourceMappingURL=getRichMenuInsightSummaryResponseClick.d.ts.map