import type * as Square from "../index"; export interface CardAutomaticallyUpdatedEventObject { /** The automatically updated card. */ card?: Square.Card; }