UNPKG
visiting-hours
Version:
latest (2.0.0)
2.0.0
1.3.1
1.3.0
1.2.0
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
An advanced, feature rich, optimised and tiny visiting-hours library.
visiting-hours
/
lib
/
Interface
/
SpecialIndexInterface.d.ts
5 lines
(4 loc)
•
151 B
TypeScript
View Raw
1
2
3
4
5
import
{
IndexedHoursInterface
}
from
'./IndexedHoursInterface'
;
export
interface
SpecialIndexInterface
{ [
date
:
string
]:
IndexedHoursInterface
; }