mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-27 12:56:01 -06:00
8 lines
131 B
TypeScript
8 lines
131 B
TypeScript
export type MessagingToolSend = {
|
|
tool: string;
|
|
provider: string;
|
|
accountId?: string;
|
|
to?: string;
|
|
threadId?: string;
|
|
};
|