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