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
/
GeneralNotesTimeOfDayNotificationTrigger.d.ts
9 lines
(8 loc)
•
224 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
interface
GeneralNotesTimeOfDayNotificationTrigger
{
id
:
string
;
repeatingAlarm
:
string
;
start_time_hour
:
string
;
start_time_minute
:
string
;
sub_category_type
:
string
;
category_type
:
string
; }