Skip to content

Instantly share code, notes, and snippets.

@sysyrin
Created July 29, 2020 04:33
Show Gist options
  • Save sysyrin/76abe3417d6a48442c87d6d2df90550f to your computer and use it in GitHub Desktop.
Save sysyrin/76abe3417d6a48442c87d6d2df90550f to your computer and use it in GitHub Desktop.
const contractMap = [{
id: 'P001',
name: 'Privat - Privathaftpflicht'
}, {
id: 'P002',
name: 'Privat - KFZ'
}, {
id: 'P003',
name: 'Privat - Hausrat'
}, {
id: 'P004',
name: 'Privat - Rechtsschutz'
}, {
id: 'P005',
name: 'Privat - Wohngebäude'
}, {
id: 'P006',
name: 'Privat - Tierhalterhaftpflicht'
}, {
id: 'F001',
name: 'Firma - Betriebshaftpflicht'
}, {
id: 'F002',
name: 'Firma - KFZ'
}, {
id: 'F003',
name: 'Firma - Inventar'
}, {
id: 'F004',
name: 'Firma - Rechtsschutz'
}, {
id: 'F005',
name: 'Firma - Immobilie'
}, {
id: 'F006',
name: 'Firma - Elektronik'
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment