mirror of
https://github.com/openclaw/openclaw.git
synced 2026-02-09 05:19:32 +08: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.
|
|
}
|