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
/
SleepingNotificationTrigger.d.ts
6 lines
(5 loc)
•
144 B
TypeScript
View Raw
1
2
3
4
5
6
export
interface
SleepingNotificationTrigger
{
id
:
string
;
repeatingAlarm
:
string
;
notification_duration_in_milliseconds
:
string
; }