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