mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-26 12:26:38 -06:00
fix(plugins): keep loader authority type private
This commit is contained in:
@@ -20,7 +20,7 @@ import {
|
||||
} from "./sdk-alias.js";
|
||||
import type { OpenClawPluginApi, OpenClawPluginDefinition } from "./types.js";
|
||||
|
||||
export type PluginModuleLoadAuthority = {
|
||||
type PluginModuleLoadAuthority = {
|
||||
trustedInstalledPrivateSdkOwner?: string;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user