Files
SIRH/frontend/services/dto/user-data.ts
tristan 0897154460
Some checks failed
Auto Tag Develop / tag (push) Has been cancelled
feat : ajout d'un écran pour le récap congés et RTT
2026-04-14 15:08:45 +02:00

8 lines
128 B
TypeScript

export type UserData = {
id: number
username: string
roles: string[]
isDriver: boolean
hasLeaveRecapAccess: boolean
}