Options
All
  • Public
  • Public/Protected
  • All
Menu

In this interface we will see the structure of Weight

interface Weight {
unit: string;
weight: number;
}

Hierarchy

  • Weight

Index

Properties

Properties

unit: string
weight: number

Generated using TypeDoc