feat : ajout des primes
All checks were successful
Auto Tag Develop / tag (push) Successful in 6s

This commit is contained in:
2026-03-13 16:20:30 +01:00
parent 8b20632ab8
commit d455bb77a3
10 changed files with 574 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
export type Bonus = {
id: number
month: string
amount: number
comment: string | null
createdAt: string
}