interface Subscription {
    subscribe: boolean;
    topic: string;
}

Properties

Properties

subscribe: boolean
topic: string