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

6 lines
110 B
TypeScript

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