export interface DiffTableProps { fields: { title: string; prev?: string | null; next: string | null }[]; } const DiffTable = (props: DiffTableProps) => { return (