export interface NarikSignalRConfig { url: string; messageKeys: string[]; WitUntilServerIsReady?: number; }