export interface Node { value: string | { [key: string]: string; }; _id: string | number; }