mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-21 22:50:42 +08:00
feat: support select child packer
This commit is contained in:
@@ -98,7 +98,12 @@ export interface MainConfig {
|
||||
};
|
||||
}
|
||||
|
||||
export type PackerConfig = Array<string>;
|
||||
export interface PackerOption {
|
||||
name: string;
|
||||
children: string[];
|
||||
}
|
||||
|
||||
export type PackerConfig = Array<PackerOption>;
|
||||
|
||||
export interface MemShellGenerateResponse {
|
||||
memShellResult: MemShellResult;
|
||||
|
||||
Reference in New Issue
Block a user