@terrantula/types
v0.10.0
Published
Shared TypeScript types and zod schemas for Terrantula — entity-graph kinds, API contracts, and validation primitives.
Maintainers
Readme
@terrantula/types
Shared TypeScript types and zod schemas for Terrantula — entity-graph kinds (entities, cells, relationships, actions), API request/response shapes, and validation primitives.
import { CellSchema, type Cell } from '@terrantula/types'
const cell: Cell = CellSchema.parse({ /* ... */ })Most consumers get these transitively through @terrantula/sdk. Import this package directly when you need the raw schemas or kind definitions.
License
Apache 2.0 — see LICENSE.
