Skip to content

Interface: EventCallback()

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

ts
EventCallback(...args: unknown[]): unknown;

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

Parameters

ParameterType
...argsunknown[]

Returns

unknown