mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-20 17:14:47 +00:00
9 lines
409 B
TypeScript
9 lines
409 B
TypeScript
/**
|
|
* @deprecated Public SDK subpath has no bundled extension production imports.
|
|
* Plugin authors should define plugin-local schemas instead of depending on the
|
|
* full root OpenClaw config schema.
|
|
*/
|
|
export { OpenClawSchema } from "../config/zod-schema.js";
|
|
export { validateJsonSchemaValue } from "../plugins/schema-validator.js";
|
|
export type { JsonSchemaObject } from "../shared/json-schema.types.js";
|