Hacker News new | ask | show | jobs
by vips7L 283 days ago
An interface is just a function signature. Perhaps it might be easier for you to think about as just a function:

    type MoviesApi = void => List[Movie]
I guess the difference is the tracking?