/** * Information about the edited output file. */ export interface EditRunOutputEditedFile { /** The ID of the edited output file. */ id: string; /** A presigned URL to download the edited file. Expires after 15 minutes. */ presignedUrl: string; }