Google fixes (#415)

* push

* fixes
This commit is contained in:
Mckay Wrigley
2023-04-04 10:09:28 -06:00
committed by GitHub
parent e1f286efb8
commit 4f92751ee3
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;