refactor: rm unused allPackResults field

This commit is contained in:
ReaJason
2026-03-04 12:45:45 +08:00
parent d4718dcff5
commit 3599fa4e14
4 changed files with 6 additions and 29 deletions
-1
View File
@@ -139,7 +139,6 @@ export type PackerConfig = Array<LegacyPackerGroup | PackerCategory | string>;
export interface MemShellGenerateResponse {
memShellResult: MemShellResult;
packResult?: string;
allPackResults?: Map<string, string>;
}
export interface APIErrorResponse {