import type * as Square from "../index"; export interface CatalogVersionUpdatedEventData { /** Name of the affected object’s type. */ type?: string | null; /** An object containing fields and values relevant to the event. Is absent if affected object was deleted. */ object?: Square.CatalogVersionUpdatedEventObject; }