More work on UI

This commit is contained in:
simon987
2019-01-23 19:38:33 -05:00
parent cbd32daf02
commit 1d656099f5
31 changed files with 288 additions and 131 deletions

View File

@@ -0,0 +1,9 @@
export class Project {
public priority: number;
public motd: string;
public name: string;
public clone_url: string;
public git_repo: string;
public version: string;
}