export interface MembershipViewModel { id: number; internalId?: string; start: Date; end?: Date; terminationReason?: string; status: string; }