import type * as Square from "../index"; export interface RetrieveChannelResponse { /** Information about errors encountered during the request. */ errors?: Square.Error_[]; /** The requested Channel. */ channel?: Square.Channel; }