@databutton/firebase-types 1.74.5 → 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 {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.74.5",
3
+ "version": "1.74.7",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {