fix : wip
This commit is contained in:
7
frontend/services/dto/contract.ts
Normal file
7
frontend/services/dto/contract.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export type Contract = {
|
||||
id: number
|
||||
name: string
|
||||
trackingMode: 'TIME' | 'PRESENCE'
|
||||
weeklyHours?: number | null
|
||||
isActive?: boolean
|
||||
}
|
||||
Reference in New Issue
Block a user