Track starter pack opt-out actions

This commit is contained in:
vineyardbovines
2026-09-02 14:33:11 -04:00
parent 004e489592
commit 84444be047
4 changed files with 23 additions and 7 deletions
+4
View File
@@ -715,6 +715,10 @@ export type Events = {
count: number
}
'starterPack:delete': {}
'starterPack:optOut': {
starterPack: string
action: 'optOut' | 'undo'
}
'starterPack:create': {
setName: boolean
setDescription: boolean