UNPKG
feedbaby-client
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.0
Client for the FeedBaby App
github.com/SketchingDev/feedbaby-client
SketchingDev/feedbaby-client
feedbaby-client
/
lib
/
models
/
Medicine.d.ts
9 lines
(8 loc)
•
214 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
interface
Medicine
{
id
:
string
;
"Medicine Name"
:
string
;
"Color Code"
:
string
;
"Default Quantity"
:
string
;
"Default Measurement Type"
:
"METRIC"
|
"IMPERIAL"
;
"Image Name"
:
string
; }