import type * as Square from "../index"; /** * Defines the fields that are included in the response body of * a request to the [AddGroupToCustomer](api-endpoint:Customers-AddGroupToCustomer) endpoint. */ export interface AddGroupToCustomerResponse { /** Any errors that occurred during the request. */ errors?: Square.Error_[]; }