Interface EventCallback

A type representing a callback function for a MiliCron "crontab" event.

Hierarchy

  • EventCallback
  • A function that takes any number of arguments of any type and returns a value of any type.

    Parameters

    • Rest ...args: unknown[]

    Returns unknown