+6
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user