Skip to content

Commit

Permalink
SWI-5102 Add Missing Bridge Attributes (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoegel committed Apr 23, 2024
1 parent 88b0184 commit 78d7905
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions models/bxml/verbs/Bridge.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { Verb } from '../Verb';

interface BridgeAttributes {
bridgeCompleteUrl?: string;
bridgeCompleteMethod?: string;
bridgeCompleteFallbackUrl?: string;
bridgeCompleteFallbackMethod?: string;
bridgeTargetCompleteUrl?: string;
Expand Down

0 comments on commit 78d7905

Please sign in to comment.