[Trunk|Library]: Create a FAQ entity class.

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@56177 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2019-06-24 10:39:03 +00:00
parent 76f8ca14db
commit a40332b9cd
1 changed files with 4 additions and 0 deletions

4
utils/entities/FAQ.ts Normal file
View File

@ -0,0 +1,4 @@
export class FAQ {
question: string;
answer: string;
}