import type * as Square from "../index"; /** * Defines the fields that are included in the response body of * a request to the [EnableEvents](api-endpoint:Events-EnableEvents) endpoint. * * Note: if there are errors processing the request, the events field will not be * present. */ export interface EnableEventsResponse { /** Information on errors encountered during the request. */ errors?: Square.Error_[]; }