import type Domain from "../../entities/Domain"; export default interface DomainsViewModel { domains: Array }