Files
SIRH/frontend/services/dto/bonus.ts
tristan d455bb77a3
All checks were successful
Auto Tag Develop / tag (push) Successful in 6s
feat : ajout des primes
2026-03-13 16:20:30 +01:00

8 lines
115 B
TypeScript

export type Bonus = {
id: number
month: string
amount: number
comment: string | null
createdAt: string
}