Interface can inherit only from another interface
You have attempted to inherit from something that is not an interface.
Error ID: BC30354
To correct this error
- Make sure that the base interface or interfaces from which you are attempting to inherit are actually interfaces.