mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 15:00:41 +00:00
refactor: trim unused acpx and line exports
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import type { webhook } from "@line/bot-sdk";
|
||||
import type { BaseProbeResult } from "openclaw/plugin-sdk/channel-contract";
|
||||
|
||||
export type LineTokenSource = "config" | "env" | "file" | "none";
|
||||
@@ -54,14 +53,6 @@ export interface ResolvedLineAccount {
|
||||
config: LineConfig & LineAccountConfig;
|
||||
}
|
||||
|
||||
export interface LineWebhookContext {
|
||||
event: webhook.Event;
|
||||
replyToken?: string;
|
||||
userId?: string;
|
||||
groupId?: string;
|
||||
roomId?: string;
|
||||
}
|
||||
|
||||
export interface LineSendResult {
|
||||
messageId: string;
|
||||
chatId: string;
|
||||
|
||||
Reference in New Issue
Block a user