Files
chatbot-ui/types/google.ts
T
Mckay Wrigley d570c8b1ed push
2023-04-04 09:39:37 -06:00

15 lines
234 B
TypeScript

import { Message } from './chat';
export interface GoogleResponse {
message: Message;
}
export interface GoogleSource {
title: string;
link: string;
displayLink: string;
snippet: string;
image: string;
text: string;
}