import type * as Square from "../index"; export interface CreateTerminalActionResponse { /** Information on errors encountered during the request. */ errors?: Square.Error_[]; /** The created `TerminalAction` */ action?: Square.TerminalAction; }