well done

This commit is contained in:
2017-02-21 04:29:17 +02:00
parent 5093cff1da
commit 34ddf3a1aa
32 changed files with 610 additions and 654 deletions
+5
View File
@@ -0,0 +1,5 @@
export class Project {
$key?: string;
name?: string;
created_at?: string;
}