export interface MemberExecutivePositionViewModel { id: number; note?: string; start: Date; end?: Date; executivePosition: string; }