export interface LinkedNode { id: string; nextId?: string; }