chatai/chatbot-ui/types/chat-file.tsx

7 lines
93 B
TypeScript

export interface ChatFile {
id: string
name: string
type: string
file: File | null
}