feat: work shift pauses
This commit is contained in:
@@ -7,7 +7,7 @@ export type WorkShiftSchema = {
|
||||
id: number;
|
||||
startedAt: string;
|
||||
finishedAt?: (string | null);
|
||||
hours?: (number | null);
|
||||
isPaused?: (boolean | null);
|
||||
user: UserSchema;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user