interface PubSubArgs {
    components: PubSubComponents;
    init: PubSubInit;
}

Properties

Properties

components: PubSubComponents