liinnjohansson / todays-lunch

0 stars 1 forks source link

Change to correct datatypes in bistroData #24

Closed liinnjohansson closed 3 years ago

liinnjohansson commented 3 years ago

Some of the properties have interfaces as types instead of ordinary data types.

What to change: 'String' to 'string' 'Boolean' to 'boolean' 'Number' to 'number'