mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-14 00:30:44 +00:00
docs(types): mark legacy aliases deprecated
This commit is contained in:
@@ -42,6 +42,7 @@ export type PluginMarketplaceListOptions = {
|
||||
|
||||
export type PluginUninstallOptions = {
|
||||
keepFiles?: boolean;
|
||||
/** @deprecated Use keepFiles. */
|
||||
keepConfig?: boolean;
|
||||
force?: boolean;
|
||||
dryRun?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user