Created
December 12, 2016 14:51
-
-
Save khmelevskii/da21b472a1862b5560631e54c106fe33 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ type: 'garages', | |
name: 'ВЕДА АВТОСЕРВИС', | |
phone: '(098) 486-00-90', | |
address: 'ул. Волынская 66а, Киев', | |
city: 'kiev', | |
cityName: 'Киев', | |
cityNameCases: | |
{ ru: | |
{ gen: 'Киева', | |
dat: 'Киеву', | |
acc: 'Киев', | |
instr: 'Киевом', | |
prep: 'Киеве', | |
plur: { | |
nom: 'Киевы', | |
gen: 'Киевов', | |
dat: 'Киевам', | |
acc: 'Киевы', | |
instr: 'Киевами', | |
prep: 'Киевах' | |
} | |
} | |
}, | |
laborHourPrice: 140, | |
chains: [ 'Партнер-Элит' ], | |
officials: [], | |
specializes: [ 'AUDI', 'SKODA', 'VOLKSWAGEN' ] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment