log shares of starter packs

This commit is contained in:
Hailey
2024-06-16 01:02:42 -07:00
parent 07f485f566
commit 2ab3c039ab
3 changed files with 21 additions and 0 deletions
+5
View File
@@ -150,6 +150,11 @@ export type LogEvents = {
| 'ChatsList'
| 'SendViaChatDialog'
}
'starterPack:share': {
starterPack: string
shareType: 'link' | 'qrcode'
qrShareType?: 'save' | 'copy'
}
'test:all:always': {}
'test:all:sometimes': {}