Here is a much deeper dive into what an interface is:
• What is an Interface in Verse Code? A...
A quick look at how to implement an interface in Verse. There are different opinions about interfaces, but the consensus is they are useful in giving unrelated classes access to a core set of functionality that ensures conformity.