feat: added ts
This commit is contained in:
8
client/src/types/timerType.ts
Normal file
8
client/src/types/timerType.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export type TimersRow = {
|
||||
id: number;
|
||||
title: string;
|
||||
pomodoro_time: number;
|
||||
count_pomodoro: number;
|
||||
};
|
||||
|
||||
export type CountRow = { cnt: number };
|
||||
Reference in New Issue
Block a user