mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-25 20:05:46 -06:00
fix(whatsapp): keep monitor helper types internal
This commit is contained in:
@@ -3,7 +3,7 @@ import type { GroupMetadata, proto } from "baileys";
|
||||
|
||||
const WHATSAPP_BAILEYS_CACHE_MAX_ENTRIES = 500;
|
||||
|
||||
export type WhatsAppBaileysCacheEntry<T> = {
|
||||
type WhatsAppBaileysCacheEntry<T> = {
|
||||
expiresAt: number;
|
||||
value: T;
|
||||
};
|
||||
|
||||
@@ -83,7 +83,7 @@ export type WhatsAppAppendReplyWindow = {
|
||||
maxAgeMs: number;
|
||||
};
|
||||
|
||||
export type WhatsAppMessageDeliveryOptions = {
|
||||
type WhatsAppMessageDeliveryOptions = {
|
||||
cfg: OpenClawConfig;
|
||||
loadConfig?: () => OpenClawConfig;
|
||||
verbose: boolean;
|
||||
|
||||
Reference in New Issue
Block a user