mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-04-05 22:12:40 +00:00
5 lines
75 B
TypeScript
5 lines
75 B
TypeScript
export class ProcessCommand {
|
|
command: string;
|
|
process_name: string;
|
|
}
|