Files
1Panel/frontend/src/api/interface/process.ts
T

6 lines
87 B
Go

export namespace Process {
export interface StopReq {
PID: number;
}
}