@devdash/bofrid-api-types
v0.1.73
Published
TypeScript type definitions for the Bofrid API — Hono RPC AppType + route shapes. Consumed by bofrid-web.
Readme
@devdash/bofrid-api-types
TypeScript type definitions for the Bofrid API. Consumed by bofrid-web to get full Hono RPC client typing.
Contains only .d.ts files — no runtime code. Mechanically generated from the API source by CI (tsc --emitDeclarationOnly --noCheck + tsc-alias to rewrite path aliases).
Install
bun add -d @devdash/bofrid-api-typesPublic package — no .npmrc, no tokens.
Use
import type { AppType } from "@devdash/bofrid-api-types";
import { hc } from "hono/client";
const client = hc<AppType>("https://vapi.bofrid.se");That's it — fully typed Hono RPC.
