/** * ViewData for RemoveMember */ export interface RemoveMemberViewData { success: boolean; }