| import { Branch } from '../model/branch'; | |
| export const BRANCHES: Branch[] = [ | |
| {'id': 1, 'name': 'S', 'description': 'Strom'}, | |
| {'id': 2, 'name': 'G', 'description': 'Gas'}, | |
| {'id': 4, 'name': 'W', 'description': 'Wasser'}, | |
| {'id': 3, 'name': 'F', 'description': 'Fernwärme'} | |
| ]; |