mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-19 00:47:27 +00:00
fix: align gateway and zalouser typing imports
This commit is contained in:
@@ -64,7 +64,10 @@ const activeListeners = new Map<string, ActiveZaloListener>();
|
||||
const groupContextCache = new Map<string, { value: ZaloGroupContext; expiresAt: number }>();
|
||||
|
||||
type ApiTypingCapability = {
|
||||
sendTypingEvent: (threadId: string, type?: ThreadType) => Promise<unknown>;
|
||||
sendTypingEvent: (
|
||||
threadId: string,
|
||||
type?: (typeof ThreadType)[keyof typeof ThreadType],
|
||||
) => Promise<unknown>;
|
||||
};
|
||||
|
||||
type StoredZaloCredentials = {
|
||||
|
||||
Reference in New Issue
Block a user