GitBucket
Toggle navigation
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
root
/
CamaraComercioWeb
Transfer to URL with SHA
Find file
Newer
Older
tree:
c47176e245
Switch branches
×
master
CamaraComercioWeb
/
src
/
app
/
core
/
interfaces
/
site
/
schedule
/ day-schedule.ts
Fabian VC
on 19 Oct 2021
116 bytes
[fix] fix styles
Raw
Blame
History
export interface DaySchedule{ id?: string; name: string; opening_time?: Date; closing_time?: Date; }