You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Daidokoro/daidokoro/src/app/model/unity.ts

9 lines
101 B

export enum Unity {
'Kg' = 0,
'g' = 1,
'N/A' = 2,
'tbsp' = 3,
'tsp' = 4,
'serving' = 5
}