mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 11:17:49 +01:00
Add post status administration (#105)
This commit is contained in:
committed by
GitHub
parent
c5148147e3
commit
5256ea911a
7
app/javascript/interfaces/json/IPostStatus.ts
Normal file
7
app/javascript/interfaces/json/IPostStatus.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
interface IPostStatusJSON {
|
||||
id: number;
|
||||
name: string;
|
||||
color: string;
|
||||
}
|
||||
|
||||
export default IPostStatusJSON;
|
||||
Reference in New Issue
Block a user