@databutton/firebase-types 1.86.0 → 1.86.1
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.
|
@@ -883,8 +883,8 @@ export interface IntegrationAlias {
|
|
|
883
883
|
name: string;
|
|
884
884
|
/** User friendly name for the alias e.g. Google Sheets */
|
|
885
885
|
displayName?: string;
|
|
886
|
-
/**
|
|
887
|
-
|
|
886
|
+
/** Logo URL to display when an alias is used */
|
|
887
|
+
logoUrl?: string;
|
|
888
888
|
description?: string;
|
|
889
889
|
/** Scope groups are here to match an alias to be active. e.g. if Google Calendar scope group is active then the alias should be active. */
|
|
890
890
|
scopeGroups: string[];
|