/**
* LINE Messaging API
* This document describes LINE Messaging API.
*
* 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 { CameraAction } from "./models.js";
import { CameraRollAction } from "./models.js";
import { ClipboardAction } from "./models.js";
import { DatetimePickerAction } from "./models.js";
import { LocationAction } from "./models.js";
import { MessageAction } from "./models.js";
import { PostbackAction } from "./models.js";
import { RichMenuSwitchAction } from "./models.js";
import { URIAction } from "./models.js";
export type Action = CameraAction | CameraRollAction | ClipboardAction | DatetimePickerAction | LocationAction | MessageAction | PostbackAction | RichMenuSwitchAction | URIAction;
/**
* Action
*/
export type ActionBase = {
/**
* Type of action
*
* @see type Documentation
*/
type?: string;
/**
* Label for the action.
*
* @see label Documentation
*/
label?: string;
};
//# sourceMappingURL=action.d.ts.map