@databutton/firebase-types 1.74.6 → 1.74.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1657,4 +1657,9 @@ export interface Branch {
|
|
|
1657
1657
|
updatedBy: PerformedBy;
|
|
1658
1658
|
commitRef: string;
|
|
1659
1659
|
}
|
|
1660
|
+
export interface SupportPreferences {
|
|
1661
|
+
channel: "email" | "discord" | "slack" | "intercom";
|
|
1662
|
+
slackChannel?: string;
|
|
1663
|
+
discordName?: string;
|
|
1664
|
+
}
|
|
1660
1665
|
export {};
|