chore: include pre-built dist for github install
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
export interface SessionCreatedEvent {
|
||||
type: string;
|
||||
properties?: {
|
||||
info?: {
|
||||
id?: string;
|
||||
parentID?: string;
|
||||
title?: string;
|
||||
};
|
||||
};
|
||||
}
|
||||
export declare function coerceSessionCreatedEvent(input: {
|
||||
type: string;
|
||||
properties?: unknown;
|
||||
}): SessionCreatedEvent;
|
||||
Reference in New Issue
Block a user