Beignet API reference
    Preparing search index...

    Minimal domain event definition accepted by use-case event helpers.

    This matches events from @beignet/core/events and compatible app-owned definitions without forcing the application builder to depend on one event implementation.

    interface DomainEventLike {
        name: string;
        payload: StandardSchema;
    }
    Index

    Properties

    Properties

    name: string

    Stable event name.

    Standard Schema payload validator.