@databutton/firebase-types 1.77.22 → 1.77.24
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.
|
@@ -192,4 +192,10 @@ export type ToggleExperimentalFeaturesResponse = {
|
|
|
192
192
|
featureFlagKey: string;
|
|
193
193
|
enabled: boolean;
|
|
194
194
|
};
|
|
195
|
+
export type RestartDevxRequest = {
|
|
196
|
+
projectId: string;
|
|
197
|
+
};
|
|
198
|
+
export type RestartDevxResponse = {
|
|
199
|
+
success: boolean;
|
|
200
|
+
};
|
|
195
201
|
export {};
|