Files
Ferme/frontend/services/dto/weight-data.ts

6 lines
107 B
TypeScript

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