File size: 202 Bytes
ea6c2a8
 
 
 
94b66c3
ea6c2a8
f6f8d55
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
export interface Auth {
  preferred_username: string;
  picture: string;
  name: string;
  isLocalUse?: boolean;
}

export interface HtmlHistory {
  html: string;
  createdAt: Date;
  prompt: string;
}