docs(types): mark legacy aliases deprecated

This commit is contained in:
Vincent Koc
2026-04-28 23:06:45 -07:00
parent 7d74c1f4b9
commit 4eba70b532
15 changed files with 45 additions and 15 deletions

View File

@@ -42,6 +42,7 @@ export type PluginMarketplaceListOptions = {
export type PluginUninstallOptions = {
keepFiles?: boolean;
/** @deprecated Use keepFiles. */
keepConfig?: boolean;
force?: boolean;
dryRun?: boolean;