PlanetScaleChatMessageHistoryInput: {
    sessionId: string;
    client?: PlanetScaleClient;
    config?: PlanetScaleConfig;
    tableName?: string;
}

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