raviqqe/pomodoro

View on GitHub
src/application/notification-presenter.ts

Summary

Maintainability
A
0 mins
Test Coverage
export interface NotificationPresenter {
  presentNotification(message: string): void;
}