UNPKG
@pipedream/tookan
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Pipedream Tookan Components
pipedream.com/apps/tookan
@pipedream/tookan
/
dist
/
common
/
timezones.d.ts
6 lines
(5 loc)
•
108 B
TypeScript
View Raw
1
2
3
4
5
6
declare
const
timezoneOptions
: {
label
:
string
;
value
:
string
; }[];
export
default
timezoneOptions;