Feature(Item) now has subtype instead of primary as a field

This commit is contained in:
WBHarry 2025-07-11 14:18:19 +02:00
parent e9967a27ca
commit e2ca4506cd
5 changed files with 28 additions and 10 deletions

View file

@ -1320,6 +1320,11 @@ export const featureTypes = {
}
};
export const featureSubTypes = {
primary: 'primary',
secondary: 'secondary'
};
export const actionTypes = {
passive: {
id: 'passive',