Skip to content

Instantly share code, notes, and snippets.

@dileno
Created September 13, 2019 13:24
Show Gist options
  • Save dileno/f60cc352d595ccddbba5779ef62d4f80 to your computer and use it in GitHub Desktop.
Save dileno/f60cc352d595ccddbba5779ef62d4f80 to your computer and use it in GitHub Desktop.
BlogPost
export class BlogPost {
postId?: number;
creator: string;
title: string;
body: string;
dt: Date;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment