chore: include pre-built dist for github install
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
import type { Client } from "./client";
|
||||
export declare function fixEmptyMessagesWithSDK(params: {
|
||||
sessionID: string;
|
||||
client: Client;
|
||||
placeholderText: string;
|
||||
messageIndex?: number;
|
||||
}): Promise<{
|
||||
fixed: boolean;
|
||||
fixedMessageIds: string[];
|
||||
scannedEmptyCount: number;
|
||||
}>;
|
||||
Reference in New Issue
Block a user