Files
openclaw/extensions/imessage/doctor-contract-api.ts
2026-04-14 17:20:46 +01:00

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[] = [];