import type * as Square from "../index"; /** * Represents a response from deleting an order custom attribute definition. */ export interface DeleteOrderCustomAttributeDefinitionResponse { /** Any errors that occurred during the request. */ errors?: Square.Error_[]; }