UNPKG

mean-guide-frontend

Version:

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.1.

8 lines (7 loc) 116 B
export interface Post { id: string; title: string; content: string; imagePath: string; creator: string; }