Files
openclaw/extensions/signal/runtime-api.ts
scoootscooob 4c160d2c3a Signal: fix account config type import (#49470)
Merged via squash.

Prepared head SHA: fab2ef4c1f
Co-authored-by: scoootscooob <167050519+scoootscooob@users.noreply.github.com>
Co-authored-by: scoootscooob <167050519+scoootscooob@users.noreply.github.com>
Reviewed-by: @scoootscooob
2026-03-17 22:12:37 -07:00

3 lines
109 B
TypeScript

export * from "./src/index.js";
export type { SignalAccountConfig } from "../../src/config/types.signal.js";