import * as e from '../enums'; export interface SubscriberInterface { userId?: string; location?: e.SubscriptionLocation; }