Skip to content

Commit 8b68497

Browse files
committed
added entity for sub category model
1 parent 65d8e78 commit 8b68497

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

models/meshmodel/entity/types.go

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ const (
1313
RelationshipDefinition EntityType = "relationship"
1414
Model EntityType = "model"
1515
Category EntityType = "category"
16+
SubCategory EntityType = "sub_category"
1617
)
1718

1819
// Each entity will have it's own Filter implementation via which it exposes the nobs and dials to fetch entities

0 commit comments

Comments
 (0)