refactor: unify use of the image field

Closes #44
This commit is contained in:
Jovan Krunić
2019-05-14 13:55:25 +02:00
parent 1c5a931e09
commit bac09ffebc
6 changed files with 6 additions and 6 deletions

View File

@@ -99,7 +99,7 @@ export interface SCDishTranslatableProperties
*/
export interface SCDishCharacteristic {
/**
* URL to the image of the characteristic
* URL of an image of the characteristic
*/
image?: string;