TimerHandler type

type TimerHandler = (
  myTimer: Timer,
  context: InvocationContext
) => FunctionResult