trustgraph/ai-context/trustgraph-client/src/index.ts

10 lines
259 B
TypeScript

// @trustgraph/client
// TrustGraph TypeScript Client
// Export models (data types)
export * from "./models/Triple";
export * from "./models/messages";
export * from "./models/namespaces";
// Export socket client
export * from "./socket/trustgraph-socket";