@kognifai/cogsengine
    Preparing search index...

    Interface NotificationSubscription

    Subscription handle.

    interface NotificationSubscription {
        entityId: number;
        notificationKey: string;
        subscriptionId: number;
    }
    Index

    Properties

    entityId: number
    notificationKey: string
    subscriptionId: number