mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 11:17:49 +01:00
Add roadmap management to Site settings (#123)
This commit is contained in:
committed by
GitHub
parent
db674eaf6a
commit
e2065b2c5e
@@ -2,6 +2,8 @@ interface IPostStatusJSON {
|
||||
id: number;
|
||||
name: string;
|
||||
color: string;
|
||||
order: number;
|
||||
show_in_roadmap: boolean;
|
||||
}
|
||||
|
||||
export default IPostStatusJSON;
|
||||
Reference in New Issue
Block a user