⚛️ growthbook_experiment_event.ts

This commit is contained in:
nirholas
2026-03-31 10:24:08 +00:00
parent 84cb8d315c
commit b73fa7e86e

View File

@@ -221,3 +221,4 @@ interface MessageFns<T> {
create<I extends Exact<DeepPartial<T>, I>>(base?: I): T
fromPartial<I extends Exact<DeepPartial<T>, I>>(object: I): T
}