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:
Danny Avila 2023-08-04 14:17:06 -04:00 committed by GitHub
parent 956aa6c674
commit 60d0e97425
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,5 @@
import * as React from 'react';
export type TMessage = {
messageId: string;
conversationId: string;