Interfaces define shared properties that multiple object types can implement. Any type that implements this interface will inherit all of its properties automatically.
Interfaces define shared properties that multiple object types can implement. Any type that implements this interface will inherit all of its properties automatically.