Is any of your enums using the new enum?
Does any function has it as an input or output?
Is that function before or after your enum declaration in the file?
I have declared types in one file and importing those types in main file where logic exists. Yes, enum is a part of struct object, that struct objects is going as output.
I have declared types in one file and importing those types in main file where logic exists. Yes, enum is a part of struct object, that struct objects is going as output.