UpstashRedisChatMessageHistoryInput: {
    sessionId: string;
    client?: Redis;
    config?: RedisConfigNodejs;
    sessionTTL?: number;
}

Type definition for the input parameters required to initialize an instance of the UpstashRedisChatMessageHistory class.