diff --git a/frontend/src/Types/TimeReport.ts b/frontend/src/Types/TimeReport.ts new file mode 100644 index 0000000..9685964 --- /dev/null +++ b/frontend/src/Types/TimeReport.ts @@ -0,0 +1,9 @@ +export interface TimeReport { + week: string; + development: string; + meeting: string; + administration: string; + ownwork: string; + studies: string; + testing: string; +}