export type DowncastFeedScheme = 'itpc' | 'podcast' | 'feed' | 'downcast'; export type DowncastFeedUrl = `${DowncastFeedScheme}://${string}`;