chore: enhance wip

This commit is contained in:
GyDi
2022-03-03 01:58:05 +08:00
parent 8ff22bc737
commit 5ab75f7eb9
3 changed files with 36 additions and 0 deletions

View File

@@ -121,4 +121,15 @@ export namespace CmdType {
enable_proxy_guard?: boolean;
system_proxy_bypass?: string;
}
export interface ChainItem {
item: ProfileItem;
merge?: object;
script?: string;
}
export interface EnhancedPayload {
chain: ChainItem[];
current: object;
}
}