fix(plugins): keep loader authority type private

This commit is contained in:
Vincent Koc
2026-08-07 06:25:09 +02:00
parent dfdc71322c
commit 62aff372ec
+1 -1
View File
@@ -20,7 +20,7 @@ import {
} from "./sdk-alias.js";
import type { OpenClawPluginApi, OpenClawPluginDefinition } from "./types.js";
export type PluginModuleLoadAuthority = {
type PluginModuleLoadAuthority = {
trustedInstalledPrivateSdkOwner?: string;
};