member base data extend
This commit is contained in:
parent
80b1b5cf62
commit
e4e5f6dffb
7 changed files with 37 additions and 14 deletions
|
@ -1,4 +1,5 @@
|
|||
import { Salutation } from "../../enums/salutation";
|
||||
import { CommunicationViewModel } from "./communication.models";
|
||||
import { MembershipViewModel } from "./membership.models";
|
||||
|
||||
export interface MemberViewModel {
|
||||
|
@ -10,4 +11,6 @@ export interface MemberViewModel {
|
|||
birthdate: Date;
|
||||
firstMembershipEntry?: MembershipViewModel;
|
||||
lastMembershipEntry?: MembershipViewModel;
|
||||
sendNewsletter?: CommunicationViewModel;
|
||||
preferredCommunication?: Array<CommunicationViewModel>;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue