Interface SubscriptionEntity

interface SubscriptionEntity {
    sub: string;
    topic: string;
}

Properties

Properties

sub: string
topic: string