OSDN Git Service

Typescript, rearrangement project directory, develop zephyr command
[eos/zephyr.git] / front-end / app / scripts / util.ts
1 export class CommandInfo{
2     name: string;
3
4     constructor(name: string) {
5         this.name = name;
6     }
7 }