src/app/pages/blog/blog.interface.ts
title: string
string
updated_at: any
any
export interface BlogInterface { title?: string; updated_at?: any; }