UNPKG

@omnia/fx-models

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