mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 08:33:11 +00:00
refactor: extract inline type definitions
This commit is contained in:
@@ -315,10 +315,15 @@ export interface SCThingTranslatableProperties {
|
||||
/**
|
||||
* Origin of the thing
|
||||
*/
|
||||
origin?: {
|
||||
/**
|
||||
* Translation of the name of the origin of the thing
|
||||
*/
|
||||
name: string;
|
||||
};
|
||||
origin?: SCThingTranslatablePropertyOrigin;
|
||||
}
|
||||
|
||||
/**
|
||||
* Translatable property of an origin
|
||||
*/
|
||||
export interface SCThingTranslatablePropertyOrigin {
|
||||
/**
|
||||
* Translation of the name of the origin
|
||||
*/
|
||||
name: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user