code refactoring
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { IPost } from "../models/post.model";
|
||||
|
||||
export interface IBlog{
|
||||
blogUrl: string;
|
||||
posts: IPost[];
|
||||
}
|
||||
Reference in New Issue
Block a user