import type * as Square from "../index"; /** * Represents a response from a delete request containing error messages if there are any. */ export interface DeleteLocationCustomAttributeDefinitionResponse { /** Any errors that occurred during the request. */ errors?: Square.Error_[]; }