import type {YMapLocationRequest} from '@yandex/ymaps3-types';

export const LOCATION: YMapLocationRequest = {
    center: [48.776554, 55.821144],
    zoom: 10
};
