@databutton/firebase-types
Advanced tools
Comparing version
@@ -116,2 +116,10 @@ import type { Timestamp } from "firebase/firestore"; | ||
}; | ||
export type CloneAppRequest = { | ||
projectId: string; | ||
newAppName?: string; | ||
addUsersAsCollaborators?: string[]; | ||
}; | ||
export type CloneAppResponse = { | ||
projectUrl: string; | ||
}; | ||
export type GetSignedDownloadUrlRequest = { | ||
@@ -118,0 +126,0 @@ projectId: string; |
{ | ||
"name": "@databutton/firebase-types", | ||
"version": "1.72.117", | ||
"version": "1.73.0", | ||
"main": "lib/types/published/index.js", | ||
@@ -5,0 +5,0 @@ "type": "module", |
63107
0.29%2121
0.38%