import { PubSubSubscriptionTopicType } from "./PubSubSubscriptionTopic.type"; /** * This defines the pubsubName object */ export type PubSubSubscriptionType = { [key: string]: PubSubSubscriptionTopicType; };