mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:20:43 +00:00
6 lines
324 B
TypeScript
6 lines
324 B
TypeScript
import type { ChannelDoctorLegacyConfigRule } from "openclaw/plugin-sdk/channel-contract";
|
|
|
|
// iMessage does not expose doctor legacy rules today. Keep that empty answer on
|
|
// a lightweight contract surface so doctor scans stay off the full plugin path.
|
|
export const legacyConfigRules: ChannelDoctorLegacyConfigRule[] = [];
|