export default interface LocationCreateRequest {
    name: string;
    businessId: string;
    aggregateLocationIds: string[];
}
