mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-14 11:30:41 +00:00
6 lines
187 B
TypeScript
6 lines
187 B
TypeScript
import type { OpenClawPluginApi } from "../../src/plugins/types.js";
|
|
|
|
export default function register(_api: OpenClawPluginApi) {
|
|
// OpenProse is delivered via plugin-shipped skills.
|
|
}
|