Created new type for timereport
This commit is contained in:
parent
87c044b5bf
commit
d71752ad6f
1 changed files with 9 additions and 0 deletions
9
frontend/src/Types/TimeReport.ts
Normal file
9
frontend/src/Types/TimeReport.ts
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
export interface TimeReport {
|
||||||
|
week: string;
|
||||||
|
development: string;
|
||||||
|
meeting: string;
|
||||||
|
administration: string;
|
||||||
|
ownwork: string;
|
||||||
|
studies: string;
|
||||||
|
testing: string;
|
||||||
|
}
|
Loading…
Reference in a new issue