2018-03-07 16:30:25 +01:00

6 lines
93 B
TypeScript

export class ProcessCommand {
command: string;
process_name: string;
error?: string;
}