mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-20 21:51:28 +00:00
9 lines
316 B
TypeScript
9 lines
316 B
TypeScript
import {
|
|
createPluginRuntimeStore,
|
|
type PluginRuntime,
|
|
} from "../../../src/plugin-sdk-internal/core.js";
|
|
|
|
const { setRuntime: setTelegramRuntime, getRuntime: getTelegramRuntime } =
|
|
createPluginRuntimeStore<PluginRuntime>("Telegram runtime not initialized");
|
|
export { getTelegramRuntime, setTelegramRuntime };
|