import type * as Square from "../index"; export interface CatalogInfoResponse { /** Any errors that occurred during the request. */ errors?: Square.Error_[]; /** Limits that apply to this API. */ limits?: Square.CatalogInfoResponseLimits; /** Names and abbreviations for standard units. */ standardUnitDescriptionGroup?: Square.StandardUnitDescriptionGroup; }