Objects

  • What is an interface in typescript?

    Published on
    An interface is an abstract type that tells the complier which property names an object can have.

    typescript

    interfaces

    objects