@squidcloud/backend
    Preparing search index...

    Type Alias EventHandlerAction<T>

    EventHandlerAction: (event: TriggerEvent<T>) => void | Promise<void>

    A type defining an event handler function that responds to an emitted TriggerEvent.

    Type Parameters

    • T = unknown

    Type Declaration