@databutton/firebase-types 1.78.45 → 1.78.46
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.
|
@@ -915,10 +915,7 @@ export interface Integration {
|
|
|
915
915
|
documentationUrl: string | null;
|
|
916
916
|
createdBy: PerformedBy;
|
|
917
917
|
lastUpdatedBy: PerformedBy;
|
|
918
|
-
credentials:
|
|
919
|
-
type: "api-key";
|
|
920
|
-
key: string;
|
|
921
|
-
}[];
|
|
918
|
+
credentials: string[];
|
|
922
919
|
/**
|
|
923
920
|
* Example code snippet to test if the integration is working
|
|
924
921
|
*/
|