UNPKG

@kyleroberts69/core

Version:

Core library for the Chatbot project

7 lines (6 loc) 137 B
export interface FolderInterface { id: string; name: string; type: FolderType; } export type FolderType = 'chat' | 'prompt';