import type * as Square from "../index"; export interface GetInventoryPhysicalCountResponse { /** Any errors that occurred during the request. */ errors?: Square.Error_[]; /** The requested [InventoryPhysicalCount](entity:InventoryPhysicalCount). */ count?: Square.InventoryPhysicalCount; }