Type alias PlanetScaleChatMessageHistoryInput
PlanetScaleChatMessageHistoryInput: { 
    sessionId: string; 
    client?: PlanetScaleClient; 
    config?: PlanetScaleConfig; 
    tableName?: string; 
}
Type declaration
sessionId: string
Optional client?: PlanetScaleClient
Optional config?: PlanetScaleConfig
Optional tableName?: string
Type definition for the input parameters required when instantiating a PlanetScaleChatMessageHistory object.