@camunda8/sdk
    Preparing search index...

    Type Alias QuerySubscriptionEvents<T>

    type QuerySubscriptionEvents<T> = {
        update: (update: T) => void;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    update: (update: T) => void