mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-19 16:13:06 +00:00
feat: use tag @validatable to mark schema types
This commit is contained in:
@@ -56,6 +56,11 @@ export interface SCBuildingWithoutReferences
|
||||
type: SCThingType.Building;
|
||||
}
|
||||
|
||||
/**
|
||||
* A building
|
||||
*
|
||||
* @validatable
|
||||
*/
|
||||
export interface SCBuilding extends SCBuildingWithoutReferences {
|
||||
/**
|
||||
* Type of the building
|
||||
|
||||
Reference in New Issue
Block a user