I tried using `@api` to mark cases on an enum as always used but it's not working. Also tried to put the `@api` on the case, but that also doesn't help.
I tried using
@apito mark cases on an enum as always used but it's not working.Also tried to put the
@apion the case, but that also doesn't help.