refactor: rm useless code

This commit is contained in:
ReaJason
2026-06-28 21:22:31 +08:00
parent 7f669c840e
commit e21ec53cb6
8 changed files with 0 additions and 152 deletions
-1
View File
@@ -108,7 +108,6 @@ export type PackerConfig = Array<PackerOption>;
export interface MemShellGenerateResponse {
memShellResult: MemShellResult;
packResult?: string;
allPackResults?: Map<string, string>;
}
export interface APIErrorResponse {
-1
View File
@@ -55,7 +55,6 @@ export interface PayloadFormValues {
export interface ProbeShellGenerateResponse {
probeShellResult: ProbeShellResult;
packResult?: string;
allPackResults?: Map<string, string>;
}
export interface ProbeShellResult {