chore: include pre-built dist for github install
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
type EventInput = {
|
||||
event: {
|
||||
type: string;
|
||||
properties?: Record<string, unknown>;
|
||||
};
|
||||
};
|
||||
export declare function normalizeSessionStatusToIdle(input: EventInput): EventInput | null;
|
||||
export {};
|
||||
Reference in New Issue
Block a user