This commit is contained in:
Mckay Wrigley
2023-04-04 10:06:59 -06:00
parent d570c8b1ed
commit 4fd5210df6
3 changed files with 42 additions and 8 deletions
+6 -1
View File
@@ -1,4 +1,9 @@
import { Message } from './chat';
import { ChatBody, Message } from './chat';
export interface GoogleBody extends ChatBody {
googleAPIKey: string;
googleCSEId: string;
}
export interface GoogleResponse {
message: Message;