import type * as Square from "../index"; /** * An object that contains the customer associated with the event. */ export interface CustomerUpdatedEventObject { /** The updated customer. */ customer?: Square.Customer; }