UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

11 lines (10 loc) 198 B
export interface Topic<T> { namespace: string; name: string; } export interface TopicSettings { caching?: TopicCacheSettings; } export interface TopicCacheSettings { size: number; }