Skip to content

Instantly share code, notes, and snippets.

@emolr
Last active February 23, 2017 16:48
Show Gist options
  • Select an option

  • Save emolr/c74e2608271132b3cfd2aab00ff300ba to your computer and use it in GitHub Desktop.

Select an option

Save emolr/c74e2608271132b3cfd2aab00ff300ba to your computer and use it in GitHub Desktop.
// article-form.interface.ts
export interface IArticleForm {
id?: string,
authorId?: string,
title?: string,
description?: string,
content?: string,
published?: boolean
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment