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:
parent
c673fcdd0a
commit
bd976ae465
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue