import type * as Square from "../index"; export interface CatalogObjectItemOptionValue extends Square.CatalogObjectBase { /** Structured data for a `CatalogItemOptionValue`, set for CatalogObjects of type `ITEM_OPTION_VAL`. */ itemOptionValueData?: Square.CatalogItemOptionValue; }