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

@@ -63,7 +63,7 @@ export interface SCThing {
*/
description?: string;
/**
* Image of the thing
* URL of an image of the thing
*/
image?: string;
/**

View File

@@ -70,7 +70,7 @@ export interface SCThingWithCategoriesSpecificValues {
description?: string;
/**
* Category specific image of a thing
* URL of a category specific image of a thing
*/
image?: string;

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;