mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 17:20:45 +00:00
refactor: prune unused extension exports
This commit is contained in:
@@ -1,18 +1,11 @@
|
||||
import type { BaseProbeResult } from "openclaw/plugin-sdk/core";
|
||||
import type {
|
||||
FeishuConfigSchema,
|
||||
FeishuGroupSchema,
|
||||
FeishuAccountConfigSchema,
|
||||
z,
|
||||
} from "./config-schema.js";
|
||||
import type { FeishuConfigSchema, FeishuAccountConfigSchema, z } from "./config-schema.js";
|
||||
import type { MentionTarget } from "./mention-target.types.js";
|
||||
|
||||
export type FeishuConfig = z.infer<typeof FeishuConfigSchema>;
|
||||
export type FeishuGroupConfig = z.infer<typeof FeishuGroupSchema>;
|
||||
export type FeishuAccountConfig = z.infer<typeof FeishuAccountConfigSchema>;
|
||||
|
||||
export type FeishuDomain = "feishu" | "lark" | (string & {});
|
||||
export type FeishuConnectionMode = "websocket" | "webhook";
|
||||
|
||||
export type FeishuDefaultAccountSelectionSource =
|
||||
| "explicit-default"
|
||||
|
||||
Reference in New Issue
Block a user