[READ-ONLY] Mirror of https://github.com/flo-bit/atproto-notify.
591 B
11 lines
1// Public entrypoint for the shared lexicons package.
2//
3// Re-exports the code generated by `@atcute/lex-cli` (run `pnpm generate`).
4// Each lexicon is exposed as a namespace, e.g. `ToolsAtmoNotifsSend`, carrying:
5// - `mainSchema` — the XRPC metadata you pass to `XRPCRouter.add*`
6// - `$input` / `$output` / `$params` — inferred request/response types
7// - view types for `ref`'d defs (e.g. `GrantView`)
8//
9// Importing these modules also augments `@atcute/lexicons/ambient`'s
10// `XRPCQueries` / `XRPCProcedures` registries with our NSIDs.
11export * from './lexicons/index.js';