import { DaprPubSubType } from "./DaprPubSub.type"; import { PubSubSubscriptionTopicRoutesType } from "./PubSubSubscriptionTopicRoutes.type"; /** * This defines the topicName object */ export type PubSubSubscriptionTopicType = { routes: PubSubSubscriptionTopicRoutesType; dapr: DaprPubSubType; };