Run prettier
This commit is contained in:
parent
aa83a871dd
commit
417f69e0f1
34 changed files with 530 additions and 523 deletions
12
lib/types.ts
12
lib/types.ts
|
|
@ -1,9 +1,9 @@
|
|||
import { type Message } from "ai-connector";
|
||||
import { type Message } from 'ai-connector'
|
||||
|
||||
export interface Chat extends Record<string, any> {
|
||||
id: string;
|
||||
title: string;
|
||||
createdAt: Date;
|
||||
userId: string;
|
||||
messages: Message[];
|
||||
id: string
|
||||
title: string
|
||||
createdAt: Date
|
||||
userId: string
|
||||
messages: Message[]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue