@squidcloud/backend
    Preparing search index...

    Interface EmitEventRequest<T>

    Request body for the events/emit core endpoint that publishes a TriggerEvent.

    interface EmitEventRequest<T = unknown> {
        event: TriggerEvent<T>;
    }

    Type Parameters

    • T = unknown
    Index

    Properties

    Properties

    event: TriggerEvent<T>

    The event to emit.