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.
1 parent 5492331 commit 4e7aee8Copy full SHA for 4e7aee8
.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/core/api.ts
@@ -147,6 +147,10 @@ export type TeamResponse = {
147
unthreadCustomerId: string | null;
148
planCancellationDate: string | null;
149
verifiedDomain: string | null;
150
+ dedicatedSupportChannel: {
151
+ type: "slack" | "telegram";
152
+ name: string;
153
+ } | null;
154
};
155
156
export type ProjectSecretKey = {
0 commit comments