import type * as Square from "../index"; export interface TerminalActionCreatedEventObject { /** The created terminal action. */ action?: Square.TerminalAction; }