mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-04-04 04:32:40 +00:00
6 lines
93 B
TypeScript
6 lines
93 B
TypeScript
export class ProcessCommand {
|
|
command: string;
|
|
process_name: string;
|
|
error?: string;
|
|
}
|