| 26 | import { resolveCommand } from "../commands/index.js"; |
| 27 | import { detectMimeType } from "../files/metadata.js"; |
| 28 | |
| 29 | export interface FeishuAdapterOptions { |
| 30 | appId: string; |
| 31 | appSecret: string; |
| 32 | domain?: "feishu" | "lark"; |
| 33 | } |
| 34 | |
| 35 | export type FeishuMessageHandlingDecision = |
nothing calls this directly
no outgoing calls
no test coverage detected