Type Alias LyricLine

LyricLine: { startTime?: number; text: string }

Type declaration

  • OptionalstartTime?: number
  • text: string