In this interface we will see the structure of Weight
interface Weight { unit: string; weight: number;}
Generated using TypeDoc
In this interface we will see the structure of Weight