mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-22 07:01:44 +03: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.
|
|
}
|