export interface Node { id: string; type: string; attributes?: object; relationships?: Map; }