/** * Shared properties required to join a hub * * @export * @interface IJoinHub */ export interface IJoinHub { subscriberName: string; } //# sourceMappingURL=base-hub.d.ts.map