import type * as Square from "../index"; export interface TerminalActionUpdatedEventData { /** Name of the updated object’s type, `"action"`. */ type?: string | null; /** ID of the updated terminal action. */ id?: string; /** An object containing the updated terminal action. */ object?: Square.TerminalActionUpdatedEventObject; }