docs: fix the types page subtitle to match its softened claim

Rames' residual on #2974. I softened the body sentence last round and left the
frontmatter saying "All exported types from @hyperframes/sdk". Mintlify renders
description as both the page subtitle and the meta description, so the page went
on promising complete coverage in the two places a reader meets first — and the
one a search engine quotes.

Pre-existing on main, and he did not hold the stamp for it, but leaving it makes
the body fix cosmetic.
This commit is contained in:
ukimsanov
2026-08-04 02:45:21 -07:00
parent 7a91b93dd6
commit a99ad218f7
+1 -1
View File
@@ -1,6 +1,6 @@
---
title: "Types"
description: "All exported types from @hyperframes/sdk."
description: "Core types exported from @hyperframes/sdk, with pointers to the adapter, history, and persistence types."
---
This page documents the core types exported from `@hyperframes/sdk`, verified against `packages/sdk/src/types.ts` and the export barrel at `packages/sdk/src/index.ts`. Adapter, history, and persistence types live with the APIs that take them — see [Adapters](/sdk/reference/adapters), [Utilities](/sdk/reference/utilities), [Composition](/sdk/reference/composition), and [openComposition](/sdk/reference/open-composition).