export default interface LocationUpdateRequest {
    id: string;
    name: string;
    aggregateLocationIds: string[];
}
