mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 00:23:03 +00:00
@@ -63,7 +63,7 @@ export interface SCThing {
|
||||
*/
|
||||
description?: string;
|
||||
/**
|
||||
* Image of the thing
|
||||
* URL of an image of the thing
|
||||
*/
|
||||
image?: string;
|
||||
/**
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user