module T::Helpers

def interface!

def interface!
  Private::Abstract::Declare.declare_abstract(self, type: :interface)
end