/** * This file was auto-generated by Fern from our API Definition. */ export interface FinalOutput { /** Indicates if the generation is complete. If set to `True`, `audio` will be null. */ isFinal?: true; }