mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-04-07 19:42:41 +00:00
6 lines
90 B
TypeScript
6 lines
90 B
TypeScript
export class ProcessLogCommand {
|
|
command: string;
|
|
stdout: string;
|
|
stderr: string;
|
|
}
|