about summary refs log tree commit diff
path: root/src/lib/statsig/events.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/statsig/events.ts')
-rw-r--r--src/lib/statsig/events.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/statsig/events.ts b/src/lib/statsig/events.ts
new file mode 100644
index 000000000..bc647710c
--- /dev/null
+++ b/src/lib/statsig/events.ts
@@ -0,0 +1,5 @@
+export type Events = {
+  init: {
+    initMs: number
+  }
+}