Interface PubSubMessage

interface PubSubMessage {
    [key: string]: any;
}

Hierarchy (view full)

Indexable

[key: string]: any