/** * DaprPubSubRuleType defines a rule set */ export type DaprPubSubRuleType = { match: string; path: string; };