mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-28 01:21:36 +00:00
docs(types): add JSDoc to plugin API capability registration methods
Label each registerX method with its capability type and add module-level doc comment to channel runtime types. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
/**
|
||||
* Runtime helpers for native channel plugins.
|
||||
*
|
||||
* This surface exposes core and channel-specific helpers used by bundled
|
||||
* plugins. Prefer hooks unless you need tight in-process coupling with the
|
||||
* OpenClaw messaging/runtime stack.
|
||||
*/
|
||||
type ReadChannelAllowFromStore =
|
||||
typeof import("../../pairing/pairing-store.js").readChannelAllowFromStore;
|
||||
type UpsertChannelPairingRequest =
|
||||
|
||||
Reference in New Issue
Block a user