mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
Add post list
This commit is contained in:
@@ -6,6 +6,9 @@ interface IPost {
|
||||
post_status_id?: number;
|
||||
user_id: number;
|
||||
created_at: string;
|
||||
|
||||
// associations
|
||||
postStatus?: any;
|
||||
}
|
||||
|
||||
export default IPost;
|
||||
Reference in New Issue
Block a user