chatai/chatbot-ui/types/collection-file.ts

6 lines
79 B
TypeScript

export interface CollectionFile {
id: string
name: string
type: string
}