Skip to content

Commit

Permalink
feat: Add versionId to tracking plan data (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
falconandy authored Mar 31, 2022
1 parent 8a69d51 commit f8c9cd2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/types/src/plan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ export interface Plan {
source?: string;
/** The tracking plan version e.g. "1", "15" */
version?: string;
/** The tracking plan version Id e.g. "9ec23ba0-275f-468f-80d1-66b88bff9529" */
versionId?: string;
}

0 comments on commit f8c9cd2

Please sign in to comment.