TypeScript Reference
Package Guide
What @meshery/schemas exports, how to import types, and how to use runtime schema constants.
RTK Query Hooks
How to use the generated cloudApi and mesheryApi hooks in a React/Redux app.
Quick Start
npm install @meshery/schemas
import type { Connection } from "@meshery/schemas";
import { cloudApi } from "@meshery/schemas/rtk";