Shared TypeScript types and interfaces for the Grapity platform.
Documentation: grapity.dev/docs
This package is the foundation that all other Grapity packages depend on. It contains no runtime logic, only type definitions and API contract types.
npm install @grapity/coreimport type { Spec, SpecVersion, CompatReport, PushSpecResponse } from "@grapity/core";Apache-2.0