Variable DistributionIdentifierTypeSchemaConst
DistributionIdentifierTypeSchema: ZodUnion<
readonly [
ZodLiteral<"apple_podcast_id">,
ZodLiteral<"spotify_collection_id">,
ZodLiteral<"rss_url">,
ZodLiteral<"podcast_guid">,
ZodLiteral<"amazon_music_id">,
ZodLiteral<"iheart_id">,
ZodLiteral<"podcast_index_id">,
ZodLiteral<"youtube_channel_id">,
ZodLiteral<"youtube_playlist_id">,
ZodLiteral<"amazon_title_id">,
ZodLiteral<"roku_channel_id">,
ZodLiteral<"pluto_channel_id">,
ZodLiteral<"tubi_id">,
ZodLiteral<"peacock_id">,
ZodLiteral<"tiktok_id">,
ZodLiteral<"twitch_channel">,
ZodLiteral<"imdb_id">,
ZodLiteral<"gracenote_id">,
ZodLiteral<"eidr_id">,
ZodLiteral<"domain">,
ZodLiteral<"substack_id">,
],
> = ...