File

src/app/pages/blog/blog.interface.ts

Index

Properties

Properties

title
title: string
Type : string
Optional
updated_at
updated_at: any
Type : any
Optional
export interface BlogInterface {
  title?: string;
  updated_at?: any;
}

result-matching ""

    No results matching ""