RemoteTopicsCache: {
    promise?: Promise<RemoteTopics[]>;
    value?: RemoteTopics[];
}

Type declaration

Generated using TypeDoc