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