CloudflareD1MessageHistoryInput: {
    sessionId: string;
    database?: D1Database;
    tableName?: string;
}

Install and import from "@langchain/cloudflare" instead.

Type definition for the input parameters required when instantiating a CloudflareD1MessageHistory object.