Type alias Action

Action: (() => Promise<void>)

Action is a handler that performs an action in response to a timer firing.

Type declaration

    • (): Promise<void>
    • Returns Promise<void>

Generated using TypeDoc