diff --git a/extensions/bluebubbles/src/types.ts b/extensions/bluebubbles/src/types.ts index 71dfb5754bb..9d9a6184fe3 100644 --- a/extensions/bluebubbles/src/types.ts +++ b/extensions/bluebubbles/src/types.ts @@ -63,8 +63,6 @@ export type BlueBubblesAccountConfig = { allowPrivateNetwork?: boolean; /** Per-group configuration keyed by chat GUID or identifier. */ groups?: Record; - /** Per-action tool gating for this account. */ - actions?: BlueBubblesActionConfig; /** Channel health monitor overrides for this channel/account. */ healthMonitor?: { enabled?: boolean;