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