import { TypeDaprPubSubCallback } from "../DaprPubSubCallback.type"; /** * This defines the routeName object */ export type PubSubSubscriptionTopicRouteType = { eventHandlers: TypeDaprPubSubCallback[]; path: string; };