We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents feb34be + 4c29886 commit f9a160cCopy full SHA for f9a160c
.changeset/dry-emus-exist.md
@@ -0,0 +1,5 @@
1
+---
2
+"@thirdweb-dev/service-utils": patch
3
4
+
5
+chore: add dedicatedSupportChannel to TeamResponse
packages/service-utils/src/mocks.ts
@@ -113,6 +113,7 @@ export const validTeamResponse: TeamResponse = {
113
},
114
planCancellationDate: null,
115
unthreadCustomerId: null,
116
+ dedicatedSupportChannel: null,
117
};
118
119
export const validTeamAndProjectResponse: TeamAndProjectResponse = {
0 commit comments