@databutton/firebase-types
Advanced tools
Comparing version 1.72.1 to 1.72.2
@@ -93,21 +93,12 @@ import type { Timestamp } from "firebase/firestore"; | ||
}; | ||
type ComponentWithCodeBlock = { | ||
id: string; | ||
name: string; | ||
}; | ||
export type RestoreCommitResponse = { | ||
stats: { | ||
componentsUpdated: { | ||
id: string; | ||
name: string; | ||
}[]; | ||
componentsDeleted: { | ||
id: string; | ||
name: string; | ||
}[]; | ||
componentsRestored: { | ||
id: string; | ||
name: string; | ||
}[]; | ||
componentsSkipped: { | ||
id: string; | ||
name: string; | ||
}[]; | ||
}; | ||
componentsUpdated: ComponentWithCodeBlock[]; | ||
componentsDeleted: ComponentWithCodeBlock[]; | ||
componentsRestored: ComponentWithCodeBlock[]; | ||
componentsSkipped: ComponentWithCodeBlock[]; | ||
}; | ||
export {}; |
{ | ||
"name": "@databutton/firebase-types", | ||
"version": "1.72.1", | ||
"version": "1.72.2", | ||
"main": "lib/types/published/index.js", | ||
@@ -5,0 +5,0 @@ "type": "module", |
55799
1918