chore: include pre-built dist for github install
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import type { SessionStateStore } from "./session-state";
|
||||
export declare function handleNonIdleEvent(args: {
|
||||
eventType: string;
|
||||
properties: Record<string, unknown> | undefined;
|
||||
sessionStateStore: SessionStateStore;
|
||||
}): void;
|
||||
Reference in New Issue
Block a user