Add first version of roadmap

This commit is contained in:
riggraz
2019-08-26 14:29:56 +02:00
parent 5cf71687c8
commit 98b5b97a4e
17 changed files with 255 additions and 29 deletions

View File

@@ -0,0 +1,7 @@
interface IPostStatus {
id: number;
name: string;
color: string;
}
export default IPostStatus;