mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-03-04 07:10:18 +01:00
refactor resolveHeaders
This commit is contained in:
parent
eec10bf745
commit
d37db43e29
10 changed files with 78 additions and 63 deletions
|
|
@ -27,6 +27,7 @@ export * from './types/mutations';
|
|||
export * from './types/queries';
|
||||
export * from './types/runs';
|
||||
export * from './types/web';
|
||||
export * from './types/http';
|
||||
/* query/mutation keys */
|
||||
export * from './keys';
|
||||
/* api call helpers */
|
||||
|
|
|
|||
7
packages/data-provider/src/types/http.ts
Normal file
7
packages/data-provider/src/types/http.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
export interface RequestBody {
|
||||
parentMessageId: string;
|
||||
messageId: string;
|
||||
conversationId?: string;
|
||||
[key: string]: unknown;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue