Files
Ferme/frontend/services/dto/weight-data.ts
2026-02-13 08:57:48 +01:00

7 lines
135 B
TypeScript

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