lml-main
Version:
This is now a mono repository published into many standalone packages.
23 lines • 509 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.mockPlace = function (placeId) { return ({
placeId: placeId,
postcode: 'ABD 7456',
label: 'T1',
partnerId: 'justEat',
createdAt: '',
coordinates: {
latitude: 51,
longitude: 0,
},
address: {
street: [],
town: 'London',
state: 'England',
country: 'GB',
},
customData: {
test: 'true',
},
}); };
//# sourceMappingURL=data.js.map