/** * This file was auto-generated by Fern from our API Definition. */ export interface BodyStreamChapterAudioV1ProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost { /** Whether to convert the audio to mpeg format. */ convert_to_mpeg?: boolean; }