chore: include pre-built dist for github install
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
export declare const sessionFirstMessageProcessed: Set<string>;
|
||||
export declare const sessionErrorState: Map<string, {
|
||||
hasError: boolean;
|
||||
errorMessage?: string;
|
||||
}>;
|
||||
export declare const sessionInterruptState: Map<string, {
|
||||
interrupted: boolean;
|
||||
}>;
|
||||
export declare function clearSessionHookState(sessionID: string): void;
|
||||
Reference in New Issue
Block a user