code refactoring

This commit is contained in:
2024-05-06 23:20:51 +05:30
parent fd43f9c1e6
commit fe79623464
10 changed files with 17 additions and 10 deletions
+1
View File
@@ -1,5 +1,6 @@
import { IPost } from "../models/post.model";
export interface IBlog{
blogUrl: string;
posts: IPost[];
}