export interface CustomFeed { identifier: string name: string query: string matchMode: "and" | "or" sourceFolderIdentifier: string | null position: number iconUrl: string | null }