import type * as Square from "../index"; export interface ListChannelsResponse { /** Information about errors encountered during the request. */ errors?: Square.Error_[]; /** List of requested Channel. */ channels?: Square.Channel[]; /** The token required to retrieve the next page of results. */ cursor?: string; }