mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-20 16:14:47 +00:00
7 lines
318 B
TypeScript
7 lines
318 B
TypeScript
/**
|
|
* @deprecated Public SDK subpath has no bundled extension production imports.
|
|
* Import the needed schema primitives from a maintained plugin-owned surface.
|
|
*/
|
|
export { ReplyRuntimeConfigSchemaShape } from "../config/zod-schema.core.js";
|
|
export { ToolPolicySchema } from "../config/zod-schema.agent-runtime.js";
|