UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

17 lines (16 loc) 902 B
import { i as OpenClawConfig } from "./types.openclaw-DBHlrrVj.js"; import { s as LineGroupConfig } from "./accounts-DXBybhGb.js"; //#region extensions/line/src/group-keys.d.ts declare function resolveLineGroupLookupIds(groupId?: string | null): string[]; declare function resolveLineGroupConfigEntry<T>(groups: Record<string, T | undefined> | undefined, params: { groupId?: string | null; roomId?: string | null; }): T | undefined; declare function resolveLineGroupsConfig(cfg: OpenClawConfig, accountId?: string | null): Record<string, LineGroupConfig | undefined> | undefined; declare function resolveExactLineGroupConfigKey(params: { cfg: OpenClawConfig; accountId?: string | null; groupId?: string | null; }): string | undefined; //#endregion export { resolveLineGroupsConfig as i, resolveLineGroupConfigEntry as n, resolveLineGroupLookupIds as r, resolveExactLineGroupConfigKey as t };