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