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;
/**