mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-03-04 04:54:16 +08:00
6 lines
87 B
Go
6 lines
87 B
Go
export namespace Process {
|
|
export interface StopReq {
|
|
PID: number;
|
|
}
|
|
}
|