@typespecs/blocknote
TypeSpec definitions for the BlockNote document schema.
Installation
npm install @typespecs/blocknote
Requires @typespec/compiler ~1.9.0 as a peer dependency:
npm install --save-dev @typespec/compiler
Usage
Import the library in your TypeSpec file:
import "@typespecs/blocknote"; using BlockNote;