Skip to content

Commit

Permalink
types
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonella Di Virgilio committed Sep 6, 2023
1 parent c4f22d1 commit d2f7b2f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
export type PomodoroState = "POMODORO" | "SHORT_BREAK" | "LONG_BREAK";

export type CiclePos = {
state: PomodoroState;
time: number;
};

0 comments on commit d2f7b2f

Please sign in to comment.