import type * as Square from "../index"; /** * Information about the change that triggered the event. */ export interface CustomerDeletedEventEventContext { /** Information about the merge operation associated with the event. */ merge?: Square.CustomerDeletedEventEventContextMerge; }