import Party from "../../entities/Party"; export default interface AdminPartiesViewModel { parties: Array }