Folder🔗Definition🔗export interface Folder { title: string; description?: string; } See also🔗 FolderBuilder