docs(plugin-sdk): document public SDK surface

This commit is contained in:
Peter Steinberger
2026-03-22 08:50:43 -07:00
parent e1ff24903f
commit 05279539a8
34 changed files with 1260 additions and 16 deletions

View File

@@ -1,4 +1,5 @@
// Public auth/onboarding helpers for provider plugins.
// Curated auth + onboarding helpers for provider plugins.
// Keep this surface focused on reusable provider-owned login flows.
export type { OpenClawConfig } from "../config/config.js";
export type { SecretInput } from "../config/types.secrets.js";