import { PubSubSubscriptionType } from "./PubSubSubscription.type"; /** * This defines the entire object containing pubsubNames */ export type PubSubSubscriptionsType = { [key: string]: PubSubSubscriptionType; };