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