@databutton/firebase-types 1.72.71 → 1.72.73
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.
|
@@ -121,4 +121,10 @@ export type GetSignedDownloadUrlRequest = {
|
|
|
121
121
|
export type GetSignedDownloadUrlResponse = {
|
|
122
122
|
url: string;
|
|
123
123
|
};
|
|
124
|
+
export type EnableFirebaseExtensionRequest = {
|
|
125
|
+
projectId: string;
|
|
126
|
+
};
|
|
127
|
+
export type EnableFirebaseExtensionResponse = {
|
|
128
|
+
success: boolean;
|
|
129
|
+
};
|
|
124
130
|
export {};
|