import type * as Square from "../index"; export interface CatalogObjectTimePeriod extends Square.CatalogObjectBase { /** Structured data for a `CatalogTimePeriod`, set for CatalogObjects of type `TIME_PERIOD`. */ timePeriodData?: Square.CatalogTimePeriod; }