import type * as Square from "../index"; /** * Represents a [DeleteLocationCustomAttribute](api-endpoint:LocationCustomAttributes-DeleteLocationCustomAttribute) response. * Either an empty object `{}` (for a successful deletion) or `errors` is present in the response. */ export interface DeleteLocationCustomAttributeResponse { /** Any errors that occurred during the request. */ errors?: Square.Error_[]; }