mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 16:42:56 +00:00
fix: rename properties floor and message so that they are not identical to SCThingTypes
This commit is contained in:
@@ -41,7 +41,7 @@ export interface SCMessageWithoutReferences
|
||||
/**
|
||||
* Message itself
|
||||
*/
|
||||
message: string;
|
||||
messageBody: string;
|
||||
|
||||
/**
|
||||
* Translated fields of a message
|
||||
@@ -88,7 +88,7 @@ export interface SCMessageTranslatableProperties
|
||||
/**
|
||||
* Message itself
|
||||
*/
|
||||
message?: string;
|
||||
messageBody?: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -58,7 +58,7 @@ export interface SCRoomWithoutReferences
|
||||
/**
|
||||
* The name of the floor in which the room is in.
|
||||
*/
|
||||
floor?: string;
|
||||
floorName?: string;
|
||||
|
||||
/**
|
||||
* The inventory of the place/room as a list of items and their quantity.
|
||||
|
||||
Reference in New Issue
Block a user