@kognifai/cogsengine
    Preparing search index...

    Type Alias NotificationSubscription

    Subscription handle.

    type NotificationSubscription = {
        entityId: EntityId;
        notificationKey: string;
        subscriptionId: number;
    }
    Index

    Properties

    entityId: EntityId
    notificationKey: string
    subscriptionId: number