Interface IObjectWithTypegooseFunction

Interface describing a Object that has a "typegooseName" Function

interface IObjectWithTypegooseFunction {
    typegooseName(): string;
}

Methods

  • Returns string