add create/delete logs

This commit is contained in:
Hailey
2024-06-16 01:12:13 -07:00
parent 7182812a31
commit 06b64b65b6
2 changed files with 16 additions and 1 deletions
+7
View File
@@ -159,6 +159,13 @@ export type LogEvents = {
starterPack: string
followCount: number
}
'starterPack:delete': {}
'starterPack:create': {
setName: boolean
setDescription: boolean
profilesCount: number
feedsCount: number
}
'test:all:always': {}
'test:all:sometimes': {}