Get time zones
import { TimeZones } from 'top-tracker'
const parameters = {}
const input = {}
new TimeZones(parameters)
.call(input)
.then((output) => {})
.catch(({ message, payload }) => {})
- Parameters
/* whitout parameters */
- Input
/* whitout input */
- Output
[
{
"value": "isString",
"label": "isString"
}
]