import type * as Square from "../index"; export interface CustomAttributeEventDataObject { /** The custom attribute. */ customAttribute?: Square.CustomAttribute; }