Files
storage/src/graphs/mod.ts
glm-5.1 7206044250 Replace types.ts standalone schemas with Metagraph Module re-exports
Delete types.ts and move all schema definitions to modules/metagraph.ts.
Named exports (GraphConfig, BaseNodeAttributes, BaseEdgeAttributes) use
Metagraph.Import() for -based references. Remove NodeType, EdgeType,
GraphSchema, GRAPH_BASE_TYPE, GraphBaseType (replaced by Module approach).
Update sqlite host imports to resolve from metagraph.ts.
2026-05-29 10:57:37 +00:00

8 lines
144 B
TypeScript

export {
Metagraph,
GraphConfig,
BaseNodeAttributes,
BaseEdgeAttributes,
GRAPH_STATUS,
GraphStatus,
} from "./modules/metagraph.ts";