Add ps in body

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@53924 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
sofia.baltzi 2018-11-22 14:29:15 +00:00
parent c673fcdd0a
commit bd976ae465
1 changed files with 5 additions and 2 deletions

View File

@ -1,8 +1,11 @@
export class Body {
salutation: string;
// salutation: string;
fromMessage: string;
fromName: string;
paragraphs: string;
closing: string
// closing: string
signature: string;
ps: string;
// communityName: string;
// communityId: string;
}