Prompts (#229)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export interface Folder {
|
||||
id: string;
|
||||
name: string;
|
||||
type: FolderType;
|
||||
}
|
||||
|
||||
export type FolderType = 'chat' | 'prompt';
|
||||
Reference in New Issue
Block a user