import type * as Square from "../index"; export interface CustomAttributeDefinitionEventDataObject { /** The custom attribute definition. */ customAttributeDefinition?: Square.CustomAttributeDefinition; }