mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-05-07 21:25:46 +00:00
refactor: move fetching messages to module
This commit is contained in:
@@ -133,11 +133,10 @@ export type NormalizedMessage = {
|
||||
/**
|
||||
* Shared options used to fetch historical provider messages.
|
||||
*
|
||||
* Consumers should pass provider-specific lookup hints (`projectName`, `projectPath`)
|
||||
* only when the selected provider requires them.
|
||||
* Consumers should pass provider-specific lookup hints (`projectPath`) only
|
||||
* when the selected provider requires them.
|
||||
*/
|
||||
export type FetchHistoryOptions = {
|
||||
projectName?: string;
|
||||
projectPath?: string;
|
||||
limit?: number | null;
|
||||
offset?: number;
|
||||
|
||||
Reference in New Issue
Block a user