/** * This file was auto-generated by Fern from our API Definition. */ export interface PodcastTextSource { /** The text to create the podcast from. */ text: string; }