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
/
Growth.d.ts
11 lines
(10 loc)
•
203 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
interface
Growth
{
id
:
string
;
Day
:
string
;
Weight
:
string
;
"Weight Unit"
:
"OZ"
|
"G"
;
Height
:
string
;
Head
:
string
;
"Length Unit"
:
"CM"
|
"INCH"
;
Notes
:
string
; }