I am trying to declare an enum with TypeScript and then use it in Vue SFC. It works when using the enum e.g. ModalType.None in the
ModalType.None