push
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import { Message } from './chat';
|
||||
|
||||
export interface GoogleResponse {
|
||||
message: Message;
|
||||
}
|
||||
|
||||
export interface GoogleSource {
|
||||
title: string;
|
||||
link: string;
|
||||
displayLink: string;
|
||||
snippet: string;
|
||||
image: string;
|
||||
text: string;
|
||||
}
|
||||
Reference in New Issue
Block a user