mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-04 20:45:40 +00:00
Types: fix optional cluster check follow-ups
This commit is contained in:
@@ -1,2 +1 @@
|
||||
export * from "openclaw/plugin-sdk/nostr";
|
||||
export * from "./setup-api.js";
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
export * from "openclaw/plugin-sdk/tlon";
|
||||
export * from "./setup-api.js";
|
||||
|
||||
@@ -167,5 +167,18 @@ export function createWhatsAppPluginBase(params: {
|
||||
},
|
||||
setup: params.setup,
|
||||
groups: params.groups,
|
||||
});
|
||||
}) as Pick<
|
||||
ChannelPlugin<ResolvedWhatsAppAccount>,
|
||||
| "id"
|
||||
| "meta"
|
||||
| "setupWizard"
|
||||
| "capabilities"
|
||||
| "reload"
|
||||
| "gatewayMethods"
|
||||
| "configSchema"
|
||||
| "config"
|
||||
| "security"
|
||||
| "setup"
|
||||
| "groups"
|
||||
>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user