/**
 * Interface defining the property object that describes the customer location response.
 *
 * @see [CustomerLocationOptions](https://github.com/goboomtown/entities-ts/tree/master/docs)
 *
 * @OvationCXMApi
 */
export interface CustomerLocationOptions {
    customerLocationId?: string;
}
