mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-02 21:30:21 +00:00
refactor: tighten plugin sdk channel seams
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
/** Create a tiny mutable runtime slot with strict access when the runtime has not been initialized. */
|
||||
export function createPluginRuntimeStore<T>(errorMessage: string): {
|
||||
setRuntime: (next: T) => void;
|
||||
clearRuntime: () => void;
|
||||
|
||||
Reference in New Issue
Block a user