/** * This file was auto-generated by Fern from our API Definition. */ import * as ElevenLabs from "../index"; export interface HistoryAlignmentsResponseModel { /** The alignment of the text. */ alignment: ElevenLabs.HistoryAlignmentResponseModel; /** The normalized alignment of the text. */ normalized_alignment: ElevenLabs.HistoryAlignmentResponseModel; }