mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
fix(plugins): keep approval result internal
This commit is contained in:
@@ -30,7 +30,7 @@ export type InstallPolicyWarningAcknowledgementRequest = InstallPolicyWarningOcc
|
||||
requestMode: "install" | "update";
|
||||
};
|
||||
|
||||
export type InstallPolicyWarningAcknowledgementResult =
|
||||
type InstallPolicyWarningAcknowledgementResult =
|
||||
| { status: "approved" }
|
||||
| { status: "declined" }
|
||||
| {
|
||||
|
||||
Reference in New Issue
Block a user