import { useI18n } from '../../../i18n' interface PlotStudioHistoryAsideProps } | null }> { works: TWorkSummary[] selectedWorkId: string | null historyCountLabel: string maxHistorySlots: number onSelectWork: (workId: string) => void } export function PlotStudioHistoryAside } | null }>({ works, selectedWorkId, historyCountLabel, maxHistorySlots, onSelectWork, }: PlotStudioHistoryAsideProps) { const { t } = useI18n() return ( ) }