OneSDK
    Preparing search index...

    Type Alias Subscriber<T>

    type Subscriber<T extends SendType = SendType> = {
        action: T;
        callback: (response: PublishActions[T]) => void;
    }

    Type Parameters

    Index

    Properties

    Properties

    action: T
    callback: (response: PublishActions[T]) => void