Type alias XataChatMessageHistoryInput<XataClient>
XataChatMessageHistoryInput<XataClient>: {     sessionId: string;     apiKey?: string;     client?: XataClient;     config?: BaseClientOptions;     createTable?: boolean;     table?: string; } Type declaration
- sessionId: string
- OptionalapiKey?: string
- Optionalconfig?: BaseClientOptions
- OptionalcreateTable?: boolean
- Optionaltable?: string
An object type that represents the input for the XataChatMessageHistory class.