Files
openclaw/src/plugin-sdk/line-surface.ts
2026-03-27 20:20:31 +00:00

29 lines
684 B
TypeScript

// Generated by scripts/generate-plugin-sdk-facades.mjs. Do not edit manually.
export {
createActionCard,
createAgendaCard,
createAppleTvRemoteCard,
createDeviceControlCard,
createEventCard,
createImageCard,
createInfoCard,
createListCard,
createMediaPlayerCard,
createReceiptCard,
LineConfigSchema,
listLineAccountIds,
normalizeAccountId,
processLineMessage,
resolveDefaultLineAccountId,
resolveExactLineGroupConfigKey,
resolveLineAccount,
} from "../../extensions/line/runtime-api.js";
export type {
CardAction,
LineChannelData,
LineConfig,
LineProbeResult,
ListItem,
ResolvedLineAccount,
} from "../../extensions/line/runtime-api.js";