6 lines
107 B
TypeScript
6 lines
107 B
TypeScript
export interface WeightData {
|
|
weight: number | null
|
|
dsd: number | null
|
|
receptionDate: string
|
|
}
|