@databutton/firebase-types
Advanced tools
Comparing version
@@ -174,2 +174,9 @@ import type { Timestamp } from "firebase/firestore"; | ||
}; | ||
export type ToggleExperimentalFeaturesRequest = { | ||
featureFlagKey: string; | ||
}; | ||
export type ToggleExperimentalFeaturesResponse = { | ||
featureFlagKey: string; | ||
enabled: boolean; | ||
}; | ||
export {}; |
{ | ||
"name": "@databutton/firebase-types", | ||
"version": "1.75.7", | ||
"version": "1.75.8", | ||
"main": "lib/types/published/index.js", | ||
@@ -5,0 +5,0 @@ "type": "module", |
68798
0.27%2314
0.3%