PublicTopic<T>: {
    description?: string;
    storagePath: ERef<string>;
    subscriber: Subscriber<T>;
}

Type Parameters

  • T extends object

    topic value