device switch
This commit is contained in:
@@ -69,6 +69,8 @@ export interface FeedFilter {
|
||||
sortBy?: FeedSortField
|
||||
/** Sort direction */
|
||||
sortDirection?: "asc" | "desc"
|
||||
/** Show private feeds */
|
||||
showPrivate?: boolean
|
||||
}
|
||||
|
||||
/** Feed sort fields */
|
||||
|
||||
@@ -26,6 +26,8 @@ export interface Podcast {
|
||||
lastUpdated: Date
|
||||
/** Whether the podcast is currently subscribed */
|
||||
isSubscribed: boolean
|
||||
/** Callback to toggle feed visibility */
|
||||
onToggleVisibility?: (feedId: string) => void
|
||||
}
|
||||
|
||||
/** Podcast with episodes included */
|
||||
|
||||
Reference in New Issue
Block a user