import type { ChannelPlugin } from "openclaw/plugin-sdk/core"; export const whatsappCommandPolicy: NonNullable = { enforceOwnerForCommands: true, preferSenderE164ForCommands: true, skipWhenConfigEmpty: true, };