Files
Ferme/frontend/services/dto/weight-data.ts
kevin 7f3d9ef9c6
Some checks failed
Auto Tag Develop / tag (push) Has been cancelled
[#325] Corrections diverses (!26)
| Numéro du ticket | Titre du ticket |
|------------------|-----------------|
|         #325         |       Corrections diverses          |

## Description de la PR

## Modification du .env

## Check list

- [x] Pas de régression
- [ ] TU/TI/TF rédigée
- [x] TU/TI/TF OK
- [x] CHANGELOG modifié

Reviewed-on: #26
Reviewed-by: Autin <tristan@yuno.malio.fr>
Co-authored-by: kevin <kevin@yuno.malio.fr>
Co-committed-by: kevin <kevin@yuno.malio.fr>
2026-02-13 08:10:33 +00:00

7 lines
135 B
TypeScript

export interface WeightData {
weight: number | null
dsd: number | null
weighedAt: string | null
type : string | null
}