mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-06 18:48:50 +01:00
chore(data-provider): update package.json to add @types/react dependency (#753)
feat(data-provider): import React in types.ts file
This commit is contained in:
parent
956aa6c674
commit
60d0e97425
3 changed files with 5 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
import * as React from 'react';
|
||||
|
||||
export type TMessage = {
|
||||
messageId: string;
|
||||
conversationId: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue